Adds an element to the current set and returns a value to indicate if the element was successfully added.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- item
- Type: System Int32
The element to add to the set.
Return Value
Type: Booleantrue if the element is added to the set; false if the element is already in the set.
Implements
ISet T Add(T)See Also