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

◆ this[int index]

XmlArrayItemAttribute? System.Xml.Serialization.XmlArrayItemAttributes.this[int index]
getset

Implements System.Collections.IList.

Definition at line 7 of file XmlArrayItemAttributes.cs.

8 {
9 get
10 {
11 return (XmlArrayItemAttribute)base.List[index];
12 }
13 set
14 {
15 base.List[index] = value;
16 }
17 }