|
ProcessQueueTAddRange Method
|
Adds the elements of the specified collection to the end of the
ProcessQueueT.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+5a507085c1b79f1427cd1812b9c3c9c583c21079
SyntaxPublic Sub AddRange (
collection As IEnumerable(Of T)
)
function AddRange(collection);
View SourceParameters
- collection IEnumerableT
-
The collection whose elements should be added to the end of the ProcessQueueT.
The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Exceptions
See Also