Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

36 lines
1.0 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200065B RID: 1627
[Token(Token = "0x200065B")]
internal abstract class PropertyAccessor<ContainerType>
{
// Token: 0x060031FB RID: 12795
[Token(Token = "0x60031FB")]
[Address(Slot = "4")]
public abstract void Write(TraceLoggingDataCollector collector, ref ContainerType value);
// Token: 0x060031FC RID: 12796
[Token(Token = "0x60031FC")]
[Address(Slot = "5")]
public abstract object GetData(ContainerType value);
// Token: 0x060031FD RID: 12797 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60031FD")]
[Address(RVA = "0x353B010", Offset = "0x353A010", VA = "0x18353B010")]
public static PropertyAccessor<ContainerType> Create(PropertyAnalysis property)
{
return null;
}
// Token: 0x060031FE RID: 12798 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60031FE")]
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
protected PropertyAccessor()
{
}
}
}