C# Class ThirdParty.Json.LitJson.WriterContext

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Count int
ExpectingValue bool
InArray bool
InObject bool
Padding int

Property Details

Count public property

public int Count
return int

ExpectingValue public property

public bool ExpectingValue
return bool

InArray public property

public bool InArray
return bool

InObject public property

public bool InObject
return bool

Padding public property

public int Padding
return int