Persist.NET Documentation Class Library

HashSet.Add Method 

Add an item into the set if it has'nt be inserted before

[Visual Basic]
Overrides Public Function Add( _
   ByVal obj As Object _
) As Integer Implements _
   IList.Add
[C#]
public override int Add(
   object obj
);

Parameters

obj
the object to insert

Return Value

the index of the object in the set

Implements

IList.Add

See Also

HashSet Class | Persist.Tools Namespace