Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonReaderState Struct Reference

Public Member Functions

 JsonReaderState (JsonReaderOptions options=default(JsonReaderOptions))
 

Package Attributes

long _lineNumber
 
long _bytePositionInLine
 
bool _inObject
 
bool _isNotPrimitive
 
bool _stringHasEscaping
 
bool _trailingCommaBeforeComment
 
JsonTokenType _tokenType
 
JsonTokenType _previousTokenType
 
JsonReaderOptions _readerOptions
 
BitStack _bitStack
 

Properties

JsonReaderOptions Options [get]
 

Detailed Description

Definition at line 3 of file JsonReaderState.cs.


The documentation for this struct was generated from the following file: