Table of Contents

Enum TypeNameHandling

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
[Flags]
public enum TypeNameHandling

Fields

All = Objects | Arrays
Arrays = 2
Auto = 4
None = 0
Objects = 1