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

Definição

Gera uma exceção NotSupportedException em todos os casos.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

O valor de sequência.

Retornos

Int32

O índice do item adicionado.

Implementações

Aplica-se a