SchemaNameCollection.IList.Add(Object) Methode

Definition

Fügt der Liste ein Element hinzu.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
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

Parameter

value
Object

Das Element, das der Liste hinzugefügt werden soll.

Gibt zurück

Die Position, an der das neue Element eingefügt wurde.

Implementiert

Gilt für: