ImmutableArray<T>.ICollection.SyncRoot プロパティ

定義

同期ルートを取得します。

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

プロパティ値

コレクションへのアクセスを同期するための オブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableArray<T> のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。

適用対象