Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / InsertRange Method / InsertRange(Int32,IEnumerable<Entity>) Method

In This Topic
    InsertRange(Int32,IEnumerable<Entity>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub InsertRange( _
       ByVal index As Integer, _
       ByVal collection As IEnumerable(Of Entity) _
    ) 
    public override void InsertRange( 
       int index,
       IEnumerable<Entity> collection
    )

    Parameters

    index
    collection
    See Also