XmlQuerySequence<T>.ICollection<T>.Add(T) Metodo

Definizione

Genera un'eccezione NotSupportedException in tutti i casi.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 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

Parametri

value
T

Valore della sequenza.

Implementazioni

Si applica a