CodeTypeParameterCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| CodeTypeParameterCollection() |
CodeTypeParameterCollection クラスの新しい空のインスタンスを初期化します。 |
| CodeTypeParameterCollection(CodeTypeParameter[]) |
オブジェクトの指定した配列を含む CodeTypeParameterCollection クラスの新しいインスタンス CodeTypeParameter 初期化します。 |
| CodeTypeParameterCollection(CodeTypeParameterCollection) |
指定したソース コレクションの要素を含む CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。 |
CodeTypeParameterCollection()
CodeTypeParameterCollection クラスの新しい空のインスタンスを初期化します。
public:
CodeTypeParameterCollection();
public CodeTypeParameterCollection();
Public Sub New ()
適用対象
CodeTypeParameterCollection(CodeTypeParameter[])
オブジェクトの指定した配列を含む 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 クラスの新しいインスタンスを初期化します。
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)
パラメーター
コレクションを初期化する CodeTypeParameterCollection 。