Provides extension methods for the ICollectionT type.
Inheritance Hierarchy
KGySoft.CoreLibrariesCollectionExtensions
Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
The CollectionExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddRangeT | |
![]() ![]() | AsThreadSafeT |
Returns a LockingCollectionT, which provides a thread-safe wrapper for the specified collection.
This only means that if the members are accessed through the returned LockingCollectionT, then the inner state of the wrapped collection remains always consistent and not that all of the multi-threading concerns can be ignored.
See the Remarks section of the LockingCollectionT class for details and some examples. |
See Also