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