GenericAcl.SyncRoot 屬性

定義

這個屬性永遠會傳回 null。 其實作的原因僅在於其為 ICollection 介面的實作所需。

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

屬性值

一律傳回 null

實作

適用於