ICollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: System.CollectionsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax bool IsSynchronized { get; }
Return Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
See Also