Atom.NET documentation

AtomEntryCollection.Add Method 

Adds an object to the end of the AtomEntryCollection.

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

Parameters

entry
The AtomEntry to be added to the end of the AtomEntryCollection.

Return Value

The AtomEntryCollection index at which the value has been added.

See Also

AtomEntryCollection Class | Atom.Core.Collections Namespace