ImmutableList<T>::Contains Method (T)
Determines whether this immutable list contains the specified value.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- value
-
Type:
T
The value to locate.
Implements
ICollection<T>::Contains(T)
Show: