ReadOnlyDictionary<TKey, TValue>.ICollection.IsSynchronized property
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Property value
Type: System.Boolean
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class