Int32Collection Konstruktory

Definice

Inicializuje novou instanci Int32Collection třídy.

Přetížení

Int32Collection()

Inicializuje novou instanci Int32Collection třídy.

Int32Collection(IEnumerable<Int32>)

Inicializuje novou instanci Int32Collection třídy se zadanou kolekcí Int32 hodnot.

Int32Collection(Int32)

Inicializuje novou instanci Int32Collection třídy se zadanou kapacitou nebo počet Int32 hodnot, které kolekce zpočátku dokáže uložit.

Int32Collection()

Inicializuje novou instanci Int32Collection třídy.

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

Platí pro

Int32Collection(IEnumerable<Int32>)

Inicializuje novou instanci Int32Collection třídy se zadanou kolekcí Int32 hodnot.

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))

Parametry

collection
IEnumerable<Int32>

Kolekce Int32 hodnot, které tvoří Int32Collectionhodnotu .

Platí pro

Int32Collection(Int32)

Inicializuje novou instanci Int32Collection třídy se zadanou kapacitou nebo počet Int32 hodnot, které kolekce zpočátku dokáže uložit.

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

Parametry

capacity
Int32

Počet Int32 hodnot, které kolekce zpočátku dokáže uložit.

Platí pro