Click or drag to resize
ResourceDictionaryIsSynchronized Property
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also