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