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

Definition

Löst NotSupportedException in allen Fällen 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 NotSupportedException in allen Fällen aus.

Implementiert

Ausnahmen

Wird in allen Fällen ausgelöst.

Gilt für: