CreateLinqContract Method (objectType)

Json.NET

Json.NET - Quick Starts & API Documentation CreateLinqContract Method (objectType)
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverCreateLinqContract(Type)
Creates a JsonLinqContract for the given type.
Declaration Syntax
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
)
Parameters
objectType (Type)
Type of the object.
Return Value
A JsonLinqContract for the given type.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)