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 BasicVisual 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.5.0.0 (4.5.5.14908)