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

Definición

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

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
T

Valor de la secuencia.

Implementaciones

Se aplica a