InterfaceConverter<T>.Create(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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