'Declaration
Public Overrides Sub AddRange( _ ByVal c As System.Collections.ICollection _ )
'Usage
Dim instance As NArrayList Dim c As System.Collections.ICollection instance.AddRange(c)
public override void AddRange( System.Collections.ICollection c )
Parameters
- c