Determines which contract type is created for the given type.
| C# | Visual Basic | Visual C++ |
protected virtual JsonContract CreateContract( Type objectType )
Protected Overridable Function CreateContract ( _ objectType As Type _ ) As JsonContract
protected: virtual JsonContract^ CreateContract( Type^ objectType )
- objectType (Type)
- Type of the object.
A JsonContract for the given type.