Class JsonArrayAttribute
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)]
public sealed class JsonArrayAttribute : JsonContainerAttribute
- Inheritance
-
JsonArrayAttribute
- Inherited Members
- Extension Methods
Constructors
JsonArrayAttribute()
public JsonArrayAttribute()
JsonArrayAttribute(bool)
public JsonArrayAttribute(bool allowNullItems)
Parameters
allowNullItems
bool
JsonArrayAttribute(string)
public JsonArrayAttribute(string id)
Parameters
id
string
Properties
AllowNullItems
public bool AllowNullItems { get; set; }