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

Definition

Throws a NotSupportedException exception in all cases.

This API supports the product infrastructure and is not intended to be used directly from your code.

 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

The sequence value.

Implements

Applies to