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

Definición

Devuelve NotSupportedException en todos los casos

 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

Valor que se va a agregar a la matriz.

Devoluciones

Devuelve NotSupportedException en todos los casos

Implementaciones

Excepciones

Se produce en todos los casos.

Se aplica a