Foley .NET Utilities Class Library

LinkedSet.Add Method (Object)

Adds an Object to the end of the LinkedSet.

[Visual Basic]
Overrides Overloads Public Function Add( _
   ByVal value As Object _
) As Boolean Implements _
   ISet.Add
[C#]
public override bool Add(
   object value
);

Parameters

value
The Object to be added to the end of the LinkedSet

Return Value

true if the LinkedSet is modified; otherwise false.

Implements

ISet.Add

See Also

LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Add Overload List