ArraySegment<T>.ICollection<T>.Add(T) Método

Definición

Se produce una excepción NotSupportedException en todos los casos.

 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

Parámetros

item
T

Objeto que se agrega al segmento de la matriz.

Implementaciones

Excepciones

En todos los casos.

Comentarios

Este método siempre produce un NotSupportedException porque no se puede expandir un segmento de matriz.

Se aplica a