SetDocumentationContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public bool Contains(
	int item
)

Parameters

item  Int32
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also