PrincipalValueCollection<T>.ICollection.SyncRoot 属性

定义

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

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
object System.Collections.ICollection.SyncRoot { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.SyncRoot : obj
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

属性值

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

实现

属性

注解

此成员是显式接口成员的实现。 它只能在 PrincipalValueCollection<T> 实例被强制转换为 ICollection 接口时使用。

适用于