'宣言 Overloads Sub AddRange( _ ByVal collection As System.Collections.Generic.IEnumerable(Of IBand) _ )
void AddRange( System.Collections.Generic.IEnumerable<IBand> collection )
パラメータ
- collection
- IBandCollection の末尾に追加される要素を含むコレクション。
'宣言 Overloads Sub AddRange( _ ByVal collection As System.Collections.Generic.IEnumerable(Of IBand) _ )
void AddRange( System.Collections.Generic.IEnumerable<IBand> collection )