Create Method (objectType)

Json.NET

Json.NET - Quick Starts & API Documentation Create Method (objectType)
NamespacesNewtonsoft.Json.ConvertersCustomCreationConverter<(Of <(<'T>)>)>Create(Type)
Creates an object which will then be populated by the serializer.
Declaration Syntax
C# Visual Basic Visual C++
public abstract T Create(
	Type objectType
)
Public MustOverride Function Create ( _
	objectType As Type _
) As T
public:
virtual T Create(
	Type^ objectType
) abstract
Parameters
objectType (Type)
Type of the object.
Return Value

[Missing <returns> documentation for "M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)"]

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