'宣言
Public Sub AddRange( _ ByVal collection As IEnumerable(Of ReportItem) _ )
public void AddRange( IEnumerable<ReportItem> collection )
パラメータ
- collection
- 追加するReportItemCollectionオブジェクト。
'宣言
Public Sub AddRange( _ ByVal collection As IEnumerable(Of ReportItem) _ )
public void AddRange( IEnumerable<ReportItem> collection )