'Declaration Public Overrides Sub SetRange( _ ByVal index As Integer, _ ByVal c As ICollection _ )
'Usage Dim instance As TypedArrayList Dim index As Integer Dim c As ICollection instance.SetRange(index, c)
public override void SetRange( int index, ICollection c )
Parameters
- index
- begin index
- c
- source collection