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