C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
ICollection(T) Interface
ICollection(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
ICollection
T
Contains Method
Determines whether the
ICollection
T
contains a specific value.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
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.
See Also
Reference
ICollection
T
Interface
System.Collections.Generic Namespace