public static class CollectionExtensions
<ExtensionAttribute>
Public NotInheritable Class CollectionExtensions
[ExtensionAttribute]
public ref class CollectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CollectionExtensions = class end
AddRangeT | Adds a collection to the target ICollectionT. |
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 the multi-threading concerns can be ignored.
See the Remarks section of the LockingCollectionT class for details and some examples. |