Creates a JsonArrayContract for the given type.
| C# | Visual Basic | Visual C++ |
protected virtual JsonArrayContract CreateArrayContract( Type objectType )
Protected Overridable Function CreateArrayContract ( _ objectType As Type _ ) As JsonArrayContract
protected: virtual JsonArrayContract^ CreateArrayContract( Type^ objectType )
- objectType (Type)
- Type of the object.
A JsonArrayContract for the given type.