Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StackFramePropertyState.cs
Go to the documentation of this file.
1
namespace
System.Text.Json
;
2
3
internal
enum
StackFramePropertyState
:
byte
4
{
5
None
,
6
ReadName
,
7
Name
,
8
ReadValue
,
9
ReadValueIsEnd
,
10
TryRead
11
}
System.Text.Json.ConverterStrategy.None
@ None
System.Text.Json.StackFramePropertyState
StackFramePropertyState
Definition
StackFramePropertyState.cs:4
System.Text.Json.StackFramePropertyState.TryRead
@ TryRead
System.Text.Json.StackFramePropertyState.Name
@ Name
System.Text.Json.StackFramePropertyState.ReadName
@ ReadName
System.Text.Json.StackFramePropertyState.ReadValue
@ ReadValue
System.Text.Json.StackFramePropertyState.ReadValueIsEnd
@ ReadValueIsEnd
System.Text.Json
Definition
JsonArray.cs:7
source
System.Text.Json
System.Text.Json
StackFramePropertyState.cs
Generated by
1.10.0