[]
Adds the elements of the specified collection to the end of the IBandCollection.
public void AddRange(IEnumerable<IBand> collection)
Type | Name | Description |
---|---|---|
IEnumerable<IBand> | collection | The collection whose elements should be added to the end of the IBandCollection. |
Creates IBand objects with names specified in the elements of the specified collection and adds it to the end of the IBandCollection.
public void AddRange(params string[] childNames)
Type | Name | Description |
---|---|---|
string[] | childNames | Band names. |