Declaration Syntax
Public Sub AddRange( _
ByVal collection As IEnumerable`1 _
)
public void AddRange(
IEnumerable`1<T> collection
);
public: void AddRange(
IEnumerable`1 collection
);
public function AddRange(
collection : IEnumerable`1
);
Parameters
- collection
- An enumeration of all the items to add
Requirements
Namespace: Eas.WebCrawler.Common.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)