| ConcurrentCollectionTSyncRoot Property |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
}
Property Value
Type:
Object[Missing <value> documentation for "P:Cauldron.Collections.ConcurrentCollection`1.SyncRoot"]
Implements
ICollectionSyncRootSee Also