Files
27Aug2021-Cpp2IL-Dump/mscorlib/Mono/Globalization/Unicode/TailoringInfo.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

38 lines
972 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 = "0xDC0140", Offset = "0xDBF140", VA = "0x180DC0140")]
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;
}
}