Click or drag to resize

CustomCreationConverterTCreate Method

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

Namespace:  Stimulsoft.Base.Json.Converters
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public abstract T Create(
	Type objectType
)

Parameters

objectType
Type: SystemType

[Missing <param name="objectType"/> documentation for "M:Stimulsoft.Base.Json.Converters.CustomCreationConverter`1.Create(System.Type)"]

Return Value

Type: T

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

See Also