XmlQuerySequence<T>.IList.Add(Object) 方法

定义

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

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

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

参数

value
Object

序列值。

返回

Int32

所添加的项的索引。

实现

适用于