Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Add Method 

Insert an element at the end of the list

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

Parameters

value

Return Value

Implements

IList.Add

See Also

LinkedList Class | bedrock.collections Namespace