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

Definition

Löst in allen Fällen NotSupportedException aus.

 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

Parameter

value
Object

Der Wert, der dem Array hinzugefügt werden soll.

Gibt zurück

Löst in allen Fällen NotSupportedException aus.

Implementiert

Ausnahmen

Ausgelöst in allen Fällen.

Gilt für: