Initializes a new instance of the
JsonObjectAttribute class with a flag indicating whether the array can contain null items

Declaration Syntax
public JsonArrayAttribute(
bool allowNullItems
)
Public Sub New ( _
allowNullItems As Boolean _
)
public:
JsonArrayAttribute(
bool allowNullItems
)

Parameters
- allowNullItems (Boolean)
- A flag indicating whether the array can contain null items.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)