OperationParameterInfoCollection.IList.Add(Object) Metoda

Definicja

Dodaje element do elementu IList .

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parametry

value
Object

Obiekt do dodania do obiektu IList .

Zwraca

Int32

Pozycja, do której został wstawiony nowy element, lub -1, aby wskazać, że element nie został wstawiony do kolekcji.

Implementuje

Dotyczy