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

定義

以下を参照してください。ICollection

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

プロパティ値

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

実装

注釈

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

適用対象