Atom.NET documentation

ScopedElementCollection.Insert Method 

Inserts a ScopedElement into this collection at the specified index.

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

Parameters

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

See Also

ScopedElementCollection Class | Atom.AdditionalElements Namespace