ImmutableArray<T>.IList.Add(Object) Metodo

Definizione

Genera un'eccezione NotSupportedException in tutti i casi.

 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

Parametri

value
Object

Valore da aggiungere alla matrice.

Restituisce

Genera un'eccezione NotSupportedException in tutti i casi.

Implementazioni

Eccezioni

Generata in tutti i casi.

Si applica a