SynchronizedReadOnlyCollection<T>.ICollection.IsSynchronized プロパティ
定義
コレクションはスレッド セーフであるため、このプロパティは常に true
を返します。This property always returns true
because the collection is thread safe.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
プロパティ値
コレクションはスレッド セーフであるため、このプロパティは常に true
を返します。This property always returns true
because the collection is thread safe.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、SynchronizedReadOnlyCollection<T> のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the SynchronizedReadOnlyCollection<T> instance is cast to an ICollection interface.