PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Util Namespace / FastList Class / Insert Method
The index of the element.
The element to insert.

In This Topic
    Insert Method (FastList)
    In This Topic
    Inserts the element at the specified index.
    Syntax
    'Declaration
     
    Protected Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal obj As Object _
    ) 
    protected virtual void Insert( 
       int index,
       object obj
    )

    Parameters

    index
    The index of the element.
    obj
    The element to insert.
    See Also