Determines whether the ICollection T contains a specific value.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- item
- Type: System Int32
The object to locate in the ICollection T .
Return Value
Type: Booleantrue if item is found in the ICollection T ; otherwise, false.
Implements
ICollection T Contains(T)See Also