15 lines
273 B
C#
15 lines
273 B
C#
using System;
|
|
|
|
namespace System.Globalization
|
|
{
|
|
// Token: 0x0200018C RID: 396
|
|
internal class Punycode : Bootstring
|
|
{
|
|
// Token: 0x060013B8 RID: 5048 RVA: 0x0004CDA0 File Offset: 0x0004AFA0
|
|
public Punycode()
|
|
: base('-', 36, 1, 26, 38, 700, 72, 128)
|
|
{
|
|
}
|
|
}
|
|
}
|