Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
override
QilNode
System.Xml.Xsl.Qil.QilFunction.this[int
index
]
get
set
Definition at line
13
of file
QilFunction.cs
.
14
{
15
get
16
{
17
return
index
switch
18
{
19
0 =>
_arguments
,
20
1 =>
_definition
,
21
2 =>
_sideEffects
,
22
_
=>
throw
new
IndexOutOfRangeException(),
23
};
24
}
25
set
26
{
27
switch
(
index
)
28
{
29
case
0:
30
_arguments
=
value
;
31
break
;
32
case
1:
33
_definition
=
value
;
34
break
;
35
case
2:
36
_sideEffects
=
value
;
37
break
;
38
default
:
39
throw
new
IndexOutOfRangeException();
40
}
41
}
42
}
System.Xml.Xsl.Qil.QilFunction._arguments
QilNode _arguments
Definition
QilFunction.cs:5
System.Xml.Xsl.Qil.QilFunction._sideEffects
QilNode _sideEffects
Definition
QilFunction.cs:9
System.Xml.Xsl.Qil.QilFunction._definition
QilNode _definition
Definition
QilFunction.cs:7
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Xml
Xsl
Qil
QilFunction
Generated by
1.10.0