Redigera

Dela via


IActivator<T>.Create Method

Definition

Creates an instance of type T.

public T Create ();
abstract member Create : unit -> 'T
Public Function Create () As T

Returns

T

An instance of type T.

Applies to