Click or drag to resize

RankedDictionaryTKey, TValueValueCollectionICollectionSyncRoot Property

Gets an object that can be used to synchronize access to the collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Object ICollection.SyncRoot { get; }

Property Value

Type: Object

Implements

ICollectionSyncRoot
See Also