m
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Provides the configuration setting for International Resource Identifier (IRI) processing in the <see cref="T:System.Uri" /> class.</summary>
|
||||
// Token: 0x020003C2 RID: 962
|
||||
[Token(Token = "0x20003C2")]
|
||||
public sealed class IriParsingElement : ConfigurationElement
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.IriParsingElement" /> class.</summary>
|
||||
// Token: 0x0600195C RID: 6492 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600195C")]
|
||||
[Address(RVA = "0x2F40FE0", Offset = "0x2F3FFE0", VA = "0x182F40FE0")]
|
||||
public IriParsingElement()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the value of the <see cref="T:System.Configuration.IriParsingElement" /> configuration setting.</summary>
|
||||
/// <returns>A Boolean that indicates if International Resource Identifier (IRI) processing is enabled.</returns>
|
||||
// Token: 0x170005B1 RID: 1457
|
||||
// (get) Token: 0x0600195D RID: 6493 RVA: 0x0000AC50 File Offset: 0x00008E50
|
||||
// (set) Token: 0x0600195E RID: 6494 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x170005B1")]
|
||||
public bool Enabled
|
||||
{
|
||||
[Token(Token = "0x600195D")]
|
||||
[Address(RVA = "0x2F41010", Offset = "0x2F40010", VA = "0x182F41010")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
[Token(Token = "0x600195E")]
|
||||
[Address(RVA = "0x2F41070", Offset = "0x2F40070", VA = "0x182F41070")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170005B2 RID: 1458
|
||||
// (get) Token: 0x0600195F RID: 6495 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x170005B2")]
|
||||
protected override ConfigurationPropertyCollection Properties
|
||||
{
|
||||
[Token(Token = "0x600195F")]
|
||||
[Address(RVA = "0x2F41040", Offset = "0x2F40040", VA = "0x182F41040", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user