OrderedDictionary<TKey,TValue>.KeyCollection.ICollection.SyncRoot 属性

定义

获取可用于同步对 ICollection的访问的对象。

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

属性值

可用于同步对 ICollection的访问的对象。

实现

注解

此成员是显式接口成员实现。 仅当 <xref:System.Collections.Generic.OrderedDictionary'2.KeyCollection> 实例转换为 <xref:System.Collections.ICollection> 接口时,才能使用它。

适用于