Edit

Share via


InputBindingCollection.IsSynchronized Property

Definition

Gets a value indicating whether access to this InputBindingCollection is synchronized (thread-safe).

public bool IsSynchronized { get; }

Property Value

true if the collection is thread safe; otherwise, false. The default is false.

Implements

Remarks

SyncRoot can be used to synchronize access to the collection.

Applies to