SetDocumentation.Contains Method

Sandcastle XML Comments

Sandcastle XML Comments GuideSetDocumentationContains 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: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also