m
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
using System;
|
||||
using System.Xml.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the <see langword="import" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to import schema components from other schemas.</summary>
|
||||
// Token: 0x02000241 RID: 577
|
||||
[Token(Token = "0x2000241")]
|
||||
public class XmlSchemaImport : XmlSchemaExternal
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaImport" /> class.</summary>
|
||||
// Token: 0x06001668 RID: 5736 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001668")]
|
||||
[Address(RVA = "0x82F300", Offset = "0x82E300", VA = "0x18082F300")]
|
||||
public XmlSchemaImport()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the target namespace for the imported schema as a Uniform Resource Identifier (URI) reference.</summary>
|
||||
/// <returns>The target namespace for the imported schema as a URI reference.Optional.</returns>
|
||||
// Token: 0x17000649 RID: 1609
|
||||
// (get) Token: 0x06001669 RID: 5737 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x0600166A RID: 5738 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x17000649")]
|
||||
[XmlAttribute("namespace", DataType = "anyURI")]
|
||||
public string Namespace
|
||||
{
|
||||
[Token(Token = "0x6001669")]
|
||||
[Address(RVA = "0x4177D0", Offset = "0x4167D0", VA = "0x1804177D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x600166A")]
|
||||
[Address(RVA = "0x417AC0", Offset = "0x416AC0", VA = "0x180417AC0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600166B RID: 5739 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600166B")]
|
||||
[Address(RVA = "0x476170", Offset = "0x475170", VA = "0x180476170", Slot = "10")]
|
||||
internal override void AddAnnotation(XmlSchemaAnnotation annotation)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000C3A RID: 3130
|
||||
[FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4000C3A")]
|
||||
private string ns;
|
||||
|
||||
// Token: 0x04000C3B RID: 3131
|
||||
[FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4000C3B")]
|
||||
private XmlSchemaAnnotation annotation;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user