The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: