Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
XmlArrayItemAttribute
? System.Xml.Serialization.XmlArrayItemAttributes.this[int
index
]
get
set
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
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Xml
Serialization
XmlArrayItemAttributes
Generated by
1.10.0