XmlQuerySequence<T>.IList.Add(Object) Método

Definición

Produce una NotSupportedException excepción en todos los casos.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

value
Object

Valor de secuencia.

Devoluciones

Índice del elemento agregado.

Implementaciones

Se aplica a