Adds the specified element to this set if it is not already present.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# |
|---|
bool Add( Object o ) |
| Visual Basic |
|---|
Function Add ( _ o As Object _ ) As Boolean |
| Visual C++ |
|---|
bool Add( Object^ o ) |
Parameters
- o
- Type: System..::..Object
The object to add to the set.