Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteState
override
WriteState
System.Xml.XmlWellFormedWriter.WriteState
get
Definition at line
1232
of file
XmlWellFormedWriter.cs
.
1233
{
1234
get
1235
{
1236
if
(
_currentState
<= State.Error)
1237
{
1238
return
s_state2WriteState
[(int)
_currentState
];
1239
}
1240
return
WriteState.Error;
1241
}
1242
}
System.Xml.XmlWellFormedWriter.s_state2WriteState
static readonly WriteState[] s_state2WriteState
Definition
XmlWellFormedWriter.cs:723
System.Xml.XmlWellFormedWriter._currentState
State _currentState
Definition
XmlWellFormedWriter.cs:697
System
Xml
XmlWellFormedWriter
Generated by
1.10.0