CaptureCollection.IList.Add(Object) Método

Definición

Cuando se llama a este método, siempre se produce 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

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

Devoluciones

Cuando se llama a este método, siempre se produce NotSupportedException.

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a