FreezableCollection<T>.ICollection<T>.IsReadOnly プロパティ

定義

このメンバーの説明については、 IsReadOnlyを参照してください。

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

プロパティ値

true FreezableCollection<T>が読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

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

適用対象