Atom.NET documentation

AtomPersonConstructCollection.Insert Method 

Inserts a AtomPersonConstruct into this collection at the specified index.

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

Parameters

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

See Also

AtomPersonConstructCollection Class | Atom.Core.Collections Namespace