Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ForState.cs
Go to the documentation of this file.
1
using
System.Reflection.Emit
;
2
3
namespace
System.Xml.Serialization
;
4
5
internal
sealed
class
ForState
6
{
7
private
readonly
LocalBuilder
_indexVar
;
8
9
private
readonly
Label
_beginLabel
;
10
11
private
readonly
Label
_testLabel
;
12
13
private
readonly
object
_end
;
14
15
internal
LocalBuilder
Index
=>
_indexVar
;
16
17
internal
Label
BeginLabel
=>
_beginLabel
;
18
19
internal
Label
TestLabel
=>
_testLabel
;
20
21
internal
object
End
=>
_end
;
22
23
internal
ForState
(
LocalBuilder
indexVar
,
Label
beginLabel
,
Label
testLabel
,
object
end)
24
{
25
_indexVar
=
indexVar
;
26
_beginLabel
=
beginLabel
;
27
_testLabel
=
testLabel
;
28
_end
= end;
29
}
30
}
System.Reflection.Emit.LocalBuilder
Definition
LocalBuilder.cs:4
System.Xml.Serialization.ForState.TestLabel
Label TestLabel
Definition
ForState.cs:19
System.Xml.Serialization.ForState.BeginLabel
Label BeginLabel
Definition
ForState.cs:17
System.Xml.Serialization.ForState._testLabel
readonly Label _testLabel
Definition
ForState.cs:11
System.Xml.Serialization.ForState._end
readonly object _end
Definition
ForState.cs:13
System.Xml.Serialization.ForState.End
object End
Definition
ForState.cs:21
System.Xml.Serialization.ForState._indexVar
readonly LocalBuilder _indexVar
Definition
ForState.cs:7
System.Xml.Serialization.ForState.ForState
ForState(LocalBuilder indexVar, Label beginLabel, Label testLabel, object end)
Definition
ForState.cs:23
System.Xml.Serialization.ForState._beginLabel
readonly Label _beginLabel
Definition
ForState.cs:9
System.Xml.Serialization.ForState
Definition
ForState.cs:6
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Index
Definition
Index.cs:7
System.Reflection.Emit.Label
Definition
Label.cs:6
source
System.Private.Xml
System.Xml.Serialization
ForState.cs
Generated by
1.10.0