Int32Collection.Remove(Int32) Metoda

Definicja

Usuwa obiekt Int32 z kolekcji.

public:
 virtual bool Remove(int value);
public bool Remove (int value);
abstract member Remove : int -> bool
override this.Remove : int -> bool
Public Function Remove (value As Integer) As Boolean

Parametry

value
Int32

Identyfikuje element Int32 do usunięcia z kolekcji.

Zwraca

Boolean

truejeśli value element został usunięty z obiektu Int32Collection; w przeciwnym razie . false

Implementuje

Wyjątki

Element Int32Collection jest tylko do odczytu.

-lub- Element Int32Collection ma stały rozmiar.

Dotyczy

Zobacz też