PropertyDescriptorCollection.IList.Add(Object) Methode

Definition

Fügt der IList ein Element hinzu.

 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

Parameter

value
Object

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

Gibt zurück

Int32

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

Implementiert

Gilt für