Common Application Framework

CommandList.AddRange Method 

Adds the elements of an ICollection to the end of the CommandList.

public override void AddRange(
   ICollection c
);

Parameters

c
The ICollection whose elements should be added to the end of the CommandList

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace