ReferenceList.SyncRoot プロパティ

定義

ReferenceList オブジェクトへのアクセスを同期するために使用できるオブジェクトを取得します。

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

プロパティ値

ReferenceList オブジェクトへのアクセスを同期するために使用できるオブジェクト。

実装

適用対象