Sdílet prostřednictvím


CollectionsMarshal.SetCount<T>(List<T>, Int32) Metoda

Definice

Nastaví počet parametru List<T> na zadanou hodnotu.

public:
generic <typename T>
 static void SetCount(System::Collections::Generic::List<T> ^ list, int count);
public static void SetCount<T> (System.Collections.Generic.List<T> list, int count);
static member SetCount : System.Collections.Generic.List<'T> * int -> unit
Public Shared Sub SetCount(Of T) (list As List(Of T), count As Integer)

Parametry typu

T

Typ prvků v seznamu.

Parametry

list
List<T>

Seznam, pro který se má nastavit počet.

count
Int32

Hodnota, na kterou chcete nastavit počet v seznamu.

Výjimky

list je null.

count je negativní.

Poznámky

Při zvýšení počtu se zveřejňují neinicializovaná data.

Platí pro