XmlQuerySequence<T>.ICollection<T>.Add(T) 方法

定义

在所有情况下都会引发 NotSupportedException 异常。

此 API 支持产品基础结构,不能在代码中直接使用。

 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

参数

value
T

序列值。

实现

适用于