BuildMaster SDK Reference
Version:

Add(System.Collections.Generic.IEnumerable<ISimpleControl> items) Method

Adds controls to the collection.

Syntax

public void Add(IEnumerable<ISimpleControl> items)

Parameters

items
Type: System.Collections.Generic.IEnumerable<ISimpleControl>

The controls to add.

Exceptions

System.ArgumentNullException

items is null (Nothing in Visual Basic) or one of the controls is null (Nothing in Visual Basic).