ImmutableList<T>::Remove Method (T)

 

Removes the first occurrence of the specified object from this immutable list.

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

public:
ImmutableList<T>^ Remove(
	T value
)

Parameters

value
Type: T

The object to remove.

Return Value

Type: System.Collections.Immutable::ImmutableList<T>^

A new list with the object removed, or this list if the specified object is not in this list.

Return to top
Show: