PropertyDescriptorCollection.IList.Add(Object) Método

Definición

Agrega un elemento a IList.

 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

Parámetros

value
Object

Elemento que se va a agregar a la colección.

Devoluciones

Int32

Posición en la que se insertó el nuevo elemento.

Implementaciones

Se aplica a