BuildMaster SDK Reference
Version:
AddRange(System.Collections.Generic.IEnumerable<string> tags) Method
Syntax
public
void AddRange(IEnumerable<string> tags)
Parameters
- tags
- Type: System.Collections.Generic.IEnumerable<string>
The tags to add.
Exceptions
System.ArgumentNullException
|
tags is null (Nothing in Visual Basic).
|