ConcurrentListTAddRange Method |
Adds the elements of the specified collection to the end of the list.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual void AddRange(
IEnumerable<T> collection
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements should be added to the end of the list.
See Also