Condividi tramite


XmlQuerySequence<T>.IList.Add(Object) Metodo

Definizione

Genera un'eccezione NotSupportedException in tutti i casi.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 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

Parametri

value
Object

Valore della sequenza.

Restituisce

Int32

Indice dell'elemento aggiunto.

Implementazioni

Si applica a