a
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml
|
||||
{
|
||||
/// <summary>Defines the context for a set of <see cref="T:System.Xml.XmlDocument" /> objects.</summary>
|
||||
// Token: 0x02000044 RID: 68
|
||||
[Token(Token = "0x2000044")]
|
||||
public class XmlImplementation
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation" /> class.</summary>
|
||||
// Token: 0x0600031F RID: 799 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600031F")]
|
||||
[Address(RVA = "0x46E130", Offset = "0x46CF30", VA = "0x18046E130")]
|
||||
public XmlImplementation()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlImplementation" /> class with the <see cref="T:System.Xml.XmlNameTable" /> specified.</summary>
|
||||
/// <param name="nt">An <see cref="T:System.Xml.XmlNameTable" /> object.</param>
|
||||
// Token: 0x06000320 RID: 800 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000320")]
|
||||
[Address(RVA = "0x3FFB80", Offset = "0x3FE980", VA = "0x1803FFB80")]
|
||||
public XmlImplementation(XmlNameTable nt)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Creates a new <see cref="T:System.Xml.XmlDocument" />.</summary>
|
||||
/// <returns>The new <see langword="XmlDocument" /> object.</returns>
|
||||
// Token: 0x06000321 RID: 801 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000321")]
|
||||
[Address(RVA = "0x46E0D0", Offset = "0x46CED0", VA = "0x18046E0D0", Slot = "4")]
|
||||
public virtual XmlDocument CreateDocument()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x17000145 RID: 325
|
||||
// (get) Token: 0x06000322 RID: 802 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000145")]
|
||||
internal XmlNameTable NameTable
|
||||
{
|
||||
[Token(Token = "0x6000322")]
|
||||
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0400017F RID: 383
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400017F")]
|
||||
private XmlNameTable nameTable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user