AtomLinkCollection.Insert Method
Inserts a AtomLink into this collection at the specified index.
[Visual Basic]Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
link As
AtomLink _
)
Parameters
- index
- The zero-based index of the collection at which link should be inserted.
- link
- The AtomLink to insert into this collection.
See Also
AtomLinkCollection Class | Atom.Core.Collections Namespace