BuildMaster SDK Reference
Version:

AddRange(System.Collections.Generic.IEnumerable<string> items) Method

Adds the classes to the collection if they are not already present.

Syntax

public bool AddRange(IEnumerable<string> items)

Parameters

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

The classes to add.

Returns

True if any class was added; otherwise false.