PermissionSet.SyncRoot 属性

定义

获取当前集合的根对象。

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

属性值

当前集合的根对象。

实现

注解

此方法是支持 ICollection所必需的。

适用于