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

Definicja

Zgłasza NotSupportedException wyjątek we wszystkich przypadkach.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Parametry

value
Object

Wartość sekwencji.

Zwraca

Indeks dodanego elementu.

Implementuje

Dotyczy