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。
適用対象
.NET