SortedSet(Of T).ICollection.SyncRoot Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an object that can be used to synchronize access to the ICollection.
Assembly: System (in System.dll)
Property Value
Type: System.ObjectAn object that can be used to synchronize access to the ICollection. In the default implementation of Dictionary(Of TKey, TValue).KeyCollection, this property always returns the current instance.
Implements
ICollection.SyncRootThis member is an explicit interface member implementation. It can be used only when the SortedSet(Of T) instance is cast to an ICollection interface.
This method is an O(1) operation.
Show: