Files
Apr2020-Cpp2Il-Dump/mscorlib/System/Diagnostics/Tracing/ConcurrentSetItem.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

28 lines
754 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x02000628 RID: 1576
[Token(Token = "0x2000628")]
internal abstract class ConcurrentSetItem<KeyType, ItemType> where ItemType : ConcurrentSetItem<KeyType, ItemType>
{
// Token: 0x06002F94 RID: 12180
[Token(Token = "0x6002F94")]
[Address(Slot = "4")]
public abstract int Compare(ItemType other);
// Token: 0x06002F95 RID: 12181
[Token(Token = "0x6002F95")]
[Address(Slot = "5")]
public abstract int Compare(KeyType key);
// Token: 0x06002F96 RID: 12182 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002F96")]
[Address(RVA = "0x118F5A0", Offset = "0x118E3A0", VA = "0x18118F5A0")]
protected ConcurrentSetItem()
{
}
}
}