SetDocumentationAdd Method
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
public bool Add(
int item
)
Public Function Add (
item As Integer
) As Boolean
public:
virtual bool Add(
int item
) sealed
abstract Add :
item : int -> bool
override Add :
item : int -> bool
- item Int32
- The element to add to the set.
Boolean if the element is added to the set;
if the element is already in the set.
ISetTAdd(T)