Int32Collection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)