Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
XmlSchema
System.Xml.Serialization.XmlSchemas.this[int
index
]
get
set
Implements
System.Collections.IList
.
Definition at line
30
of file
XmlSchemas.cs
.
31
{
32
get
33
{
34
return
(
XmlSchema
)
base
.List[
index
];
35
}
36
set
37
{
38
base
.List[
index
] =
value
;
39
}
40
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Schema.XmlSchema
Definition
XmlSchema.cs:12
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Xml
Serialization
XmlSchemas
Generated by
1.10.0