Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
object System.Xml.XmlNamedNodeMap.SmallXmlNodeList.this[int
index
]
get
Definition at line
68
of file
XmlNamedNodeMap.cs
.
69
{
70
get
71
{
72
if
(
_field
==
null
)
73
{
74
throw
new
ArgumentOutOfRangeException(
"index"
);
75
}
76
if
(
_field
is
List<object>
list
)
77
{
78
return
list
[
index
];
79
}
80
if
(
index
!= 0)
81
{
82
throw
new
ArgumentOutOfRangeException(
"index"
);
83
}
84
return
_field
;
85
}
86
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.list
@ list
System.ExceptionArgument.index
@ index
System.Xml.XmlNamedNodeMap.SmallXmlNodeList._field
object _field
Definition
XmlNamedNodeMap.cs:50
System
Xml
XmlNamedNodeMap
SmallXmlNodeList
Generated by
1.10.0