ImmutableArray<T>.ICollection<T>.Add(T) Metoda

Definicja

Rzutuje NotSupportedException we wszystkich przypadkach.

 virtual void System.Collections.Generic.ICollection<T>.Add(T item) = System::Collections::Generic::ICollection<T>::Add;
void ICollection<T>.Add (T item);
abstract member System.Collections.Generic.ICollection<T>.Add : 'T -> unit
override this.System.Collections.Generic.ICollection<T>.Add : 'T -> unit
Sub Add (item As T) Implements ICollection(Of T).Add

Parametry

item
T

Element, który ma zostać dodany na końcu tablicy.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableArray<T> wystąpienie jest rzutowe do interfejsu ICollection<T> .

Dotyczy