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

Definição

Gera NotSupportedException em todos os 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

O valor a ser adicionado à matriz.

Retornos

Gera NotSupportedException em todos os casos.

Implementações

Exceções

Gerada em todos os casos.

Aplica-se a