SynchronizedReadOnlyCollection<T>.IList.Add(Object) Método

Definición

Agrega un elemento a la colección.

 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

El elemento que se va a agregar a la colección.

Devoluciones

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

Implementaciones

Excepciones

Los elementos no se pueden establecer en una colección de solo lectura.

Comentarios

Los elementos no se pueden agregar a una colección de solo lectura.

Se aplica a