'宣言 Public Overloads Shared Function New(Of T)( _ ByVal type As System.Type, _ ByVal initializers As System.Action(Of T) _ ) As T
public static T New<T>( System.Type type, System.Action<T> initializers )
パラメータ
- type
- タイプ。
- initializers
- 初期化子。
型パラメータ
- T
戻り値の型
T 型の新しいインスタンス。