Atom.NET documentation

AtomEntryCollection.Insert Method 

Inserts a AtomEntry into this collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal entry As AtomEntry _
)
[C#]
public void Insert(
   int index,
   AtomEntry entry
);

Parameters

index
The zero-based index of the collection at which entry should be inserted.
entry
The AtomEntry to insert into this collection.

See Also

AtomEntryCollection Class | Atom.Core.Collections Namespace