NSDictionary.ICollection.SyncRoot Property

Definition

Gets an object that can be used to synchronize access to the dictionary.

object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj

Property Value

An object that can be used to synchronize access to the dictionary.

Implements

Applies to