SetDocumentationAdd Method

Adds an element to the current set and returns a value to indicate if the element was successfully added.

Definition

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

Parameters

item  Int32
The element to add to the set.

Return Value

Boolean
if the element is added to the set; if the element is already in the set.

Implements

ISetTAdd(T)

See Also