'Declaration
Overloads Sub AddRange( _ ByVal collection As IEnumerable(Of IBand) _ )
void AddRange( IEnumerable<IBand> collection )
Parameters
- collection
- The collection whose elements should be added to the end of the IBandCollection.
'Declaration
Overloads Sub AddRange( _ ByVal collection As IEnumerable(Of IBand) _ )
void AddRange( IEnumerable<IBand> collection )