- Declared in: RT.KitchenSink.Collections.LazyList<T>
- Implements: ICollection<T>.Contains(T)
Declaration
public bool Contains(
T item
)
Summary
Determines whether an element is in the list.
Parameters
T | item | The object to locate in the list. The value can be null for reference types. |