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

 

Throws NotSupportedException in all cases.

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

private:
virtual bool Contains(
	Object^ value
) sealed = IList::Contains

Parameters

value
Type: System::Object^

The value to check for.

Return Value

Type: System::Boolean

Throws NotSupportedException in all cases.

Return to top
Show: