MarshalByRefReadOnlyCollectionBaseIsSynchronized Property |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic bool IsSynchronized { get; }Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
Boolean A value indicating whether access to the collection is synchronized.
Implements
ICollectionIsSynchronized
See Also