CodeAttributeArgumentCollection コンストラクター

定義

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

オーバーロード

CodeAttributeArgumentCollection()

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

CodeAttributeArgumentCollection(CodeAttributeArgument[])

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

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

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

CodeAttributeArgumentCollection()

ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs

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

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

適用対象

CodeAttributeArgumentCollection(CodeAttributeArgument[])

ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs

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

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

パラメーター

value
CodeAttributeArgument[]

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

例外

配列内の 1 つ以上のオブジェクトが null です。

適用対象

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs
ソース:
CodeAttributeArgumentCollection.cs

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

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

パラメーター

value
CodeAttributeArgumentCollection

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

例外

valuenull です。

適用対象