Adds a collection to this ISupportsRangeCollectionT.
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection to add to the ISupportsRangeCollectionT.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | collection must not be . |
See Also