50 lines
1.5 KiB
C#
50 lines
1.5 KiB
C#
using System;
|
|
using System.ComponentModel;
|
|
using System.Xml.Serialization;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Schema
|
|
{
|
|
/// <summary>Represents the World Wide Web Consortium (W3C) <see langword="selector" /> element.</summary>
|
|
// Token: 0x0200023D RID: 573
|
|
[Token(Token = "0x200023D")]
|
|
public class XmlSchemaXPath : XmlSchemaAnnotated
|
|
{
|
|
/// <summary>Gets or sets the attribute for the XPath expression.</summary>
|
|
/// <returns>The string attribute value for the XPath expression.</returns>
|
|
// Token: 0x17000647 RID: 1607
|
|
// (get) Token: 0x06001660 RID: 5728 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001661 RID: 5729 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x17000647")]
|
|
[XmlAttribute("xpath")]
|
|
[DefaultValue("")]
|
|
public string XPath
|
|
{
|
|
[Token(Token = "0x6001660")]
|
|
[Address(RVA = "0x4936E0", Offset = "0x4926E0", VA = "0x1804936E0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001661")]
|
|
[Address(RVA = "0x55BCE0", Offset = "0x55ACE0", VA = "0x18055BCE0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaXPath" /> class.</summary>
|
|
// Token: 0x06001662 RID: 5730 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001662")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public XmlSchemaXPath()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000C38 RID: 3128
|
|
[FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x4000C38")]
|
|
private string xpath;
|
|
}
|
|
}
|