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

◆ Clone()

override XmlSchemaObject System.Xml.Schema.XmlSchemaAttributeGroup.Clone ( )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.XmlSchemaObject.

Definition at line 129 of file XmlSchemaAttributeGroup.cs.

130 {
131 XmlSchemaAttributeGroup xmlSchemaAttributeGroup = (XmlSchemaAttributeGroup)MemberwiseClone();
132 if (XmlSchemaComplexType.HasAttributeQNameRef(_attributes))
133 {
134 xmlSchemaAttributeGroup._attributes = XmlSchemaComplexType.CloneAttributes(_attributes);
136 }
138 }

References System.Xml.Schema.XmlSchemaAttributeGroup._attributes, System.Xml.Schema.XmlSchemaComplexType.CloneAttributes(), System.Xml.Dictionary, and System.Xml.Schema.XmlSchemaComplexType.HasAttributeQNameRef().