CodeTypeParameterCollection コンストラクター

定義

CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。

オーバーロード

CodeTypeParameterCollection()

CodeTypeParameterCollection クラスの新しい空のインスタンスを初期化します。

CodeTypeParameterCollection(CodeTypeParameter[])

CodeTypeParameterCollection オブジェクトの指定した配列を格納する CodeTypeParameter クラスの新しいインスタンスを初期化します。

CodeTypeParameterCollection(CodeTypeParameterCollection)

指定したソース コレクションの要素を格納する CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。

CodeTypeParameterCollection()

ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs

CodeTypeParameterCollection クラスの新しい空のインスタンスを初期化します。

public:
 CodeTypeParameterCollection();
public CodeTypeParameterCollection ();
Public Sub New ()

適用対象

CodeTypeParameterCollection(CodeTypeParameter[])

ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs

CodeTypeParameterCollection オブジェクトの指定した配列を格納する CodeTypeParameter クラスの新しいインスタンスを初期化します。

public:
 CodeTypeParameterCollection(cli::array <System::CodeDom::CodeTypeParameter ^> ^ value);
public CodeTypeParameterCollection (System.CodeDom.CodeTypeParameter[] value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameter[] -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameter())

パラメーター

value
CodeTypeParameter[]

コレクションを初期化するために使用する CodeTypeParameter オブジェクトの配列。

適用対象

CodeTypeParameterCollection(CodeTypeParameterCollection)

ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs

指定したソース コレクションの要素を格納する CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。

public:
 CodeTypeParameterCollection(System::CodeDom::CodeTypeParameterCollection ^ value);
public CodeTypeParameterCollection (System.CodeDom.CodeTypeParameterCollection value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameterCollection -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameterCollection)

パラメーター

value
CodeTypeParameterCollection

コレクションを初期化するために使用する CodeTypeParameterCollection

適用対象