Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
XmlElementAttribute
? System.Xml.Serialization.XmlElementAttributes.this[int
index
]
get
set
Implements
System.Collections.IList
.
Definition at line
7
of file
XmlElementAttributes.cs
.
8
{
9
get
10
{
11
return
(XmlElementAttribute)
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
XmlElementAttributes
Generated by
1.10.0