Share via


InterfaceConverter<T>.Create(Type) Method

Definition

Create a new object of type T.

public override T Create (Type objectType);
override this.Create : Type -> 'T
Public Overrides Function Create (objectType As Type) As T

Parameters

objectType
Type

The type of object to create.

Returns

T

Applies to