Sandcastle XML Comments Guide
SetDocumentationContains Method |
Determines whether the ICollectionT contains a specific value.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public bool Contains( int item )
Public Function Contains ( item As Integer ) As Boolean
public: virtual bool Contains( int item ) sealed
abstract Contains : item : int -> bool override Contains : item : int -> bool
Parameters
- item
- Type: SystemInt32
The object to locate in the ICollectionT.
Return Value
Type: Booleantrue if item is found in the ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also