Int32Collection.Remove(Int32) Metod

Definition

Tar bort en Int32 från samlingen.

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

Parametrar

value
Int32

Identifierar att Int32 ta bort från samlingen.

Returer

trueom value har tagits bort från Int32Collection; annars . false

Implementeringar

Undantag

Är Int32Collection skrivskyddad.

-eller-

Har Int32Collection en fast storlek.

Gäller för

Se även