'宣言
Public Sub AddRange( _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ )
public void AddRange( System.Collections.Generic.IEnumerable<T> items )
パラメータ
- items
- IndexedCollection<T>の末尾に追加する要素を含むコレクション。
'宣言
Public Sub AddRange( _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ )
public void AddRange( System.Collections.Generic.IEnumerable<T> items )