[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| Contains(Object) | Returns true if the given object (not T) is in the
collection. This works because of the constraint on T | |
| Contains(T) | Determines whether the collection contains a specific object.
|