Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
override
QilNode
System.Xml.Xsl.Qil.QilParameter.this[int
index
]
get
set
Definition at line
9
of file
QilParameter.cs
.
10
{
11
get
12
{
13
return
index
switch
14
{
15
0 =>
base
.Binding,
16
1 =>
_name
,
17
_
=>
throw
new
IndexOutOfRangeException(),
18
};
19
}
20
set
21
{
22
switch
(
index
)
23
{
24
case
0:
25
base.Binding
=
value
;
26
break
;
27
case
1:
28
_name
=
value
;
29
break
;
30
default
:
31
throw
new
IndexOutOfRangeException();
32
}
33
}
34
}
System.Xml.Xsl.Qil.QilParameter._name
QilNode _name
Definition
QilParameter.cs:5
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Xml
Xsl
Qil
QilParameter
Generated by
1.10.0