Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ImportSpecialAttribute()

AttributeAccessor System.Xml.Serialization.XmlSchemaImporter.ImportSpecialAttribute ( XmlQualifiedName name,
string identifier )
inlineprivate

Definition at line 1626 of file XmlSchemaImporter.cs.

1627 {
1628 PrimitiveMapping primitiveMapping = new PrimitiveMapping();
1629 primitiveMapping.TypeDesc = base.Scope.GetTypeDesc(typeof(string));
1630 primitiveMapping.TypeName = primitiveMapping.TypeDesc.DataType.Name;
1631 AttributeAccessor attributeAccessor = new AttributeAccessor();
1633 attributeAccessor.Namespace = "http://www.w3.org/XML/1998/namespace";
1634 attributeAccessor.CheckSpecial();
1636 return attributeAccessor;
1637 }

References System.Xml.Dictionary.

Referenced by System.Xml.Serialization.XmlSchemaImporter.ImportAttribute().