ImmutableArray<T>::IList::Add Method (Object^)

 

Throws NotSupportedException in all cases.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The value to add to the array.

Return Value

Type: System::Int32

Throws NotSupportedException in all cases.

Return to top
Show: