XmlQuerySequence<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.

public:
 void Add(T value);
public void Add (T value);
member this.Add : 'T -> unit
Public Sub Add (value As T)

Parameters

value
T

An object to add to the collection.

Implements

Applies to