Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
virtual
XmlSchemaObject
System.Xml.Schema.XmlSchemaObjectCollection.this[int
index
]
get
set
Implements
System.Collections.IList
.
Definition at line
9
of file
XmlSchemaObjectCollection.cs
.
10
{
11
get
12
{
13
return
(XmlSchemaObject)
base
.List[
index
];
14
}
15
set
16
{
17
base
.List[
index
] =
value
;
18
}
19
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Xml
Schema
XmlSchemaObjectCollection
Generated by
1.10.0