Bahasa

XmlQuerySequence<T>.ICollection<T>.Remove(T) Metode

Definisi

Menghapus item yang ditentukan dari koleksi.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T value) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove(T value);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (value As T) As Boolean Implements ICollection(Of T).Remove

Parameter

value
T

Item yang akan dihapus.

Mengembalikan

true jika item dihapus; jika tidak, false.

Penerapan

Berlaku untuk