'宣言 Public Sub AddRange( _ ByVal collection As System.Collections.Generic.IEnumerable(Of Integer) _ )
'使用法 Dim instance As BookmarkList Dim collection As System.Collections.Generic.IEnumerable(Of Integer) instance.AddRange(collection)
public void AddRange( System.Collections.Generic.IEnumerable<int> collection )
パラメータ
- collection