m
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using System.Xml.Schema;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Serialization
|
||||
{
|
||||
// Token: 0x02000159 RID: 345
|
||||
[Token(Token = "0x2000159")]
|
||||
internal class XmlSerializableMapping : XmlTypeMapping
|
||||
{
|
||||
// Token: 0x06000EBB RID: 3771 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000EBB")]
|
||||
[Address(RVA = "0xDF4F10", Offset = "0xDF3F10", VA = "0x180DF4F10")]
|
||||
internal XmlSerializableMapping(XmlRootAttribute root, string elementName, string ns, TypeData typeData, string xmlType, string xmlTypeNamespace)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000788 RID: 1928
|
||||
[FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x4000788")]
|
||||
private XmlSchema _schema;
|
||||
|
||||
// Token: 0x04000789 RID: 1929
|
||||
[FieldOffset(Offset = "0x80")]
|
||||
[Token(Token = "0x4000789")]
|
||||
private XmlSchemaComplexType _schemaType;
|
||||
|
||||
// Token: 0x0400078A RID: 1930
|
||||
[FieldOffset(Offset = "0x88")]
|
||||
[Token(Token = "0x400078A")]
|
||||
private XmlQualifiedName _schemaTypeName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user