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