Atom.NET documentation

AtomContentCollection.Insert Method 

Inserts a AtomContent into this collection at the specified index.

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

Parameters

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

See Also

AtomContentCollection Class | Atom.Core.Collections Namespace