ImmutableArray<T>.ICollection<T>.Remove(T) Yöntem

Tanım

NotSupportedException Her durumda atar.

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

Parametreler

item
T

Diziden kaldırılacak nesne.

Döndürülenler

NotSupportedException Her durumda atar.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection<T> arabirime ImmutableArray<T> yayınlandığında kullanılabilir.

Şunlara uygulanır