Noemax.Newtonsoft.Json.Converters Namespace > CustomCreationConverter<T> Class : Create Method |
'Declaration Public MustOverride Function Create( _ ByVal objectType As System.Type _ ) As T
'Usage Dim instance As CustomCreationConverter(Of T) Dim objectType As System.Type Dim value As T value = instance.Create(objectType)
public abstract T Create( System.Type objectType )
public function Create( objectType: System.Type ): T; abstract;
public __abstract function Create( objectType : System.Type ) : T;
public: abstract T* Create( System.Type* objectType )
public: abstract T^ Create( System.Type^ objectType )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2