JsonArrayContract Class
Namespace: Stimulsoft.Base.Json.Serialization
Contract details for a Type used by the JsonSerializer.
Inheritance
Inherits from: JsonContainerContract
Constructors
| Constructor | Description |
|---|---|
| JsonArrayContract(Type underlyingType) | Initializes a new instance of the JsonArrayContract class. |
JsonArrayContract(underlyingType: Type)
Initializes a new instance of the JsonArrayContract class.
Parameters
- underlyingType (Type) — The underlying type for the contract.
Properties
| Property | Type | Description |
|---|---|---|
| CollectionItemType | Type | Gets the Type of the collection items. |
| IsMultidimensionalArray | bool | Gets a value indicating whether the collection type is a multidimensional array. |