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

◆ AttributeCount

override int System.Xml.XmlBaseReader.AttributeCount
getinherited

Definition at line 1137 of file XmlBaseReader.cs.

1138 {
1139 get
1140 {
1142 {
1143 return _attributeCount;
1144 }
1145 return 0;
1146 }
1147 }