Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
XPathItem
IList
<
XPathItem
>. System.Xml.Xsl.Runtime.XmlQueryNodeSequence.this[int
index
]
get
set
private
Definition at line
33
of file
XmlQueryNodeSequence.cs
.
34
{
35
get
36
{
37
if
(
index
>=
base
.
Count
)
38
{
39
throw
new
ArgumentOutOfRangeException(
"index"
);
40
}
41
return
base
[
index
];
42
}
43
set
44
{
45
throw
new
NotSupportedException();
46
}
47
}
System.Collections.Generic.Dictionary.Count
int Count
Definition
Dictionary.cs:682
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.index
@ index
System
Xml
Xsl
Runtime
XmlQueryNodeSequence
Generated by
1.10.0