[]
        
(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)
Parameters
Type Name Description
ICollection c
Overrides