Foley .NET Utilities Class Library

LinkedList.Add Method (Object)

Adds an Object to the end of the LinkedList.

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

Parameters

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

Return Value

The zero-based index at which the value was added.

Implements

IList.Add

See Also

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