m
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics.Tracing
|
||||
{
|
||||
// Token: 0x02000649 RID: 1609
|
||||
[Token(Token = "0x2000649")]
|
||||
internal abstract class ConcurrentSetItem<KeyType, ItemType> where ItemType : ConcurrentSetItem<KeyType, ItemType>
|
||||
{
|
||||
// Token: 0x060031AC RID: 12716
|
||||
[Token(Token = "0x60031AC")]
|
||||
[Address(Slot = "4")]
|
||||
public abstract int Compare(ItemType other);
|
||||
|
||||
// Token: 0x060031AD RID: 12717
|
||||
[Token(Token = "0x60031AD")]
|
||||
[Address(Slot = "5")]
|
||||
public abstract int Compare(KeyType key);
|
||||
|
||||
// Token: 0x060031AE RID: 12718 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60031AE")]
|
||||
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
|
||||
protected ConcurrentSetItem()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user