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

Definitie

Genereert in alle gevallen een NotSupportedException uitzondering.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

 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

Parameters

value
T

De reekswaarde.

Implementeringen

Van toepassing op