scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
|
||||
namespace Mono.Globalization.Unicode
|
||||
{
|
||||
// Token: 0x02000080 RID: 128
|
||||
internal class TailoringInfo
|
||||
{
|
||||
// Token: 0x0600078E RID: 1934 RVA: 0x00018038 File Offset: 0x00016238
|
||||
public TailoringInfo(int lcid, int tailoringIndex, int tailoringCount, bool frenchSort)
|
||||
{
|
||||
this.LCID = lcid;
|
||||
this.TailoringIndex = tailoringIndex;
|
||||
this.TailoringCount = tailoringCount;
|
||||
this.FrenchSort = frenchSort;
|
||||
}
|
||||
|
||||
// Token: 0x0400011F RID: 287
|
||||
public readonly int LCID;
|
||||
|
||||
// Token: 0x04000120 RID: 288
|
||||
public readonly int TailoringIndex;
|
||||
|
||||
// Token: 0x04000121 RID: 289
|
||||
public readonly int TailoringCount;
|
||||
|
||||
// Token: 0x04000122 RID: 290
|
||||
public readonly bool FrenchSort;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user