Inserts an item into the collection at the specified index.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ value As AlternateView _ ) |
C# |
---|
public void Insert( int index, AlternateView value ) |
Parameters
- index
- Type: System..::..Int32
A zero-based index at which an item should be inserted.
- value
- Type: Rebex.Mail..::..AlternateView
An alternate view to be inserted.