Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Contains(T)

  • 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

TitemThe object to locate in the list. The value can be null for reference types.