|
ImmutableListTAddRange Method
|
Adds the elements of the specified collection to the end of the
ListT.
Namespace: GSF.ImmutableAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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 ListT.
The collection itself cannot be null, but it can contain elements that are null
See Also