CodeTypeParameterCollection コンストラクター

定義

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

オーバーロード

名前 説明
CodeTypeParameterCollection()

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

CodeTypeParameterCollection(CodeTypeParameter[])

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

CodeTypeParameterCollection(CodeTypeParameterCollection)

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

CodeTypeParameterCollection()

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

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

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

適用対象

CodeTypeParameterCollection(CodeTypeParameter[])

ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
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.cs
ソース:
CodeTypeParameterCollection.cs
ソース:
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

適用対象