Files
Aug2021-Cpp2IL-Dump/mscorlib/Mono/Globalization/Unicode/TailoringInfo.cs
T
2026-04-10 22:50:51 +02:00

38 lines
974 B
C#

using System;
using Cpp2IlInjected;
namespace Mono.Globalization.Unicode
{
// Token: 0x02000020 RID: 32
[Token(Token = "0x2000020")]
internal class TailoringInfo
{
// Token: 0x06000075 RID: 117 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000075")]
[Address(RVA = "0x2ABC880", Offset = "0x2ABB680", VA = "0x182ABC880")]
public TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)
{
}
// Token: 0x04000056 RID: 86
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000056")]
public readonly int LCID;
// Token: 0x04000057 RID: 87
[FieldOffset(Offset = "0x14")]
[Token(Token = "0x4000057")]
public readonly int TailoringIndex;
// Token: 0x04000058 RID: 88
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000058")]
public readonly int TailoringCount;
// Token: 0x04000059 RID: 89
[FieldOffset(Offset = "0x1C")]
[Token(Token = "0x4000059")]
public readonly bool FrenchSort;
}
}