Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
cache.IListCache(T) Class
IListCache(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
GetEnumeratorRandAccess Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
cache
IListCache
T
Contains Method
Determines whether the
ICollection
T
contains a specific value.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
abstract
bool
Contains
( T
item
)
Parameters
item
Type:
T
The object to locate in the
ICollection
T
.
Return Value
Type:
Boolean
true if
item
is found in the
ICollection
T
; otherwise, false.
Implements
ICollection
T
Contains(T)
See Also
Reference
cache
IListCache
T
Class
WhetStone.Looping Namespace