Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AttributeUses
XmlSchemaObjectTable
System.Xml.Schema.XmlSchemaAttributeGroup.AttributeUses
get
package
Definition at line
57
of file
XmlSchemaAttributeGroup.cs
.
58
{
59
get
60
{
61
if
(
_attributeUses
==
null
)
62
{
63
_attributeUses
=
new
XmlSchemaObjectTable();
64
}
65
return
_attributeUses
;
66
}
67
}
System.Xml.Schema.XmlSchemaAttributeGroup._attributeUses
XmlSchemaObjectTable _attributeUses
Definition
XmlSchemaAttributeGroup.cs:17
System
Xml
Schema
XmlSchemaAttributeGroup
Generated by
1.10.0