Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StackFramePropertyState
enum
System.Text.Json.StackFramePropertyState
: byte
package
Enumerator
None
ReadName
Name
ReadValue
ReadValueIsEnd
TryRead
Definition at line
3
of file
StackFramePropertyState.cs
.
4
{
5
None,
6
ReadName
,
7
Name,
8
ReadValue
,
9
ReadValueIsEnd
,
10
TryRead
11
}
System.Text.Json.StackFramePropertyState.TryRead
@ TryRead
System.Text.Json.StackFramePropertyState.ReadName
@ ReadName
System.Text.Json.StackFramePropertyState.ReadValue
@ ReadValue
System.Text.Json.StackFramePropertyState.ReadValueIsEnd
@ ReadValueIsEnd
System
Text
Json
Generated by
1.10.0