Int32Collection.Add(Int32) Metoda

Definicja

Dodaje element Int32 na końcu kolekcji.

public:
 virtual void Add(int value);
public void Add (int value);
abstract member Add : int -> unit
override this.Add : int -> unit
Public Sub Add (value As Integer)

Parametry

value
Int32

Element Int32 do dodania na końcu kolekcji.

Implementuje

Wyjątki

Element Int32Collection jest tylko do odczytu.

-lub- Element Int32Collection ma stały rozmiar.

Dotyczy

Zobacz też