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

Definición

Se produce una excepción NotSupportedException 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 la secuencia.

Devoluciones

Int32

Índice del elemento que se ha agregado.

Implementaciones

Se aplica a