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

◆ NestingLevel

int System.Xml.Serialization.XmlArrayItemAttribute.NestingLevel
getset

Definition at line 66 of file XmlArrayItemAttribute.cs.

67 {
68 get
69 {
70 return _nestingLevel;
71 }
72 set
73 {
75 }
76 }