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

Definition

Genererar ett NotSupportedException undantag i alla fall.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

 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

Parametrar

value
T

Sekvensvärdet.

Implementeringar

Gäller för