Atom.NET documentation

AtomLinkCollection.Add Method 

Adds an object to the end of the AtomLinkCollection.

[Visual Basic]
Public Function Add( _
   ByVal link As AtomLink _
) As Integer
[C#]
public int Add(
   AtomLink link
);

Parameters

link
The AtomLink to be added to the end of the AtomLinkCollection.

Return Value

The AtomLinkCollection index at which the value has been added.

See Also

AtomLinkCollection Class | Atom.Core.Collections Namespace