'Declaration Public Overrides Sub SetRange( _ ByVal index As Integer, _ ByVal c As ICollection _ )
'Usage Dim instance As RebindableArrayList Dim index As Integer Dim c As ICollection instance.SetRange(index, c)
public override void SetRange( int index, ICollection c )
Parameters
- index
- The zero-based index at which to start copying the elements of c.
- c
- The ICollection that contains the elements that will be copied.