[]
        
(Showing Draft Content)

C1.Win.Command.C1Commands.AddRange

AddRange Method

AddRange(ICollection)

Adds the elements of an ICollection to the end.

Declaration
public override void AddRange(ICollection c)
Public Overrides Sub AddRange(c As ICollection)
Parameters
Type Name Description
ICollection c
Overrides