'Declaration Public Overrides Sub AddRange( _ ByVal c As ICollection _ )
'Usage Dim instance As RebindableArrayList Dim c As ICollection instance.AddRange(c)
public override void AddRange( ICollection c )
Parameters
- c
- The ICollection whose elements are to be added to the list.