Int32Collection コンストラクター

定義

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

オーバーロード

Int32Collection()

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

Int32Collection(IEnumerable<Int32>)

指定した Int32Collection 値のコレクションを使用して、Int32 クラスの新しいインスタンスを初期化します。

Int32Collection(Int32)

容量を指定して、またはコレクションが最初に格納できる Int32Collection 値の数を指定して、Int32 クラスの新しいインスタンスを初期化します。

Int32Collection()

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

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

適用対象

Int32Collection(IEnumerable<Int32>)

指定した Int32Collection 値のコレクションを使用して、Int32 クラスの新しいインスタンスを初期化します。

public:
 Int32Collection(System::Collections::Generic::IEnumerable<int> ^ collection);
public Int32Collection (System.Collections.Generic.IEnumerable<int> collection);
new System.Windows.Media.Int32Collection : seq<int> -> System.Windows.Media.Int32Collection
Public Sub New (collection As IEnumerable(Of Integer))

パラメーター

collection
IEnumerable<Int32>

Int32 を構成する Int32Collection 値のコレクション。

適用対象

Int32Collection(Int32)

容量を指定して、またはコレクションが最初に格納できる Int32Collection 値の数を指定して、Int32 クラスの新しいインスタンスを初期化します。

public:
 Int32Collection(int capacity);
public Int32Collection (int capacity);
new System.Windows.Media.Int32Collection : int -> System.Windows.Media.Int32Collection
Public Sub New (capacity As Integer)

パラメーター

capacity
Int32

このコレクションが最初に格納できる Int32 値の数。

適用対象