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

Definición

Agrega un elemento a IList. Esta implementación siempre produce una excepción NotSupportedException.

 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

Object que se va a agregar a IList.

Devoluciones

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

Implementaciones

Excepciones

Siempre se produce.

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ReadOnlyCollection<T> se convierte en una interfaz IList.

Se aplica a