OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly プロパティ

定義

ICollection<T> が読み取り専用かどうかを示す値を取得します。

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

プロパティ値

ICollection<T> が読み取り専用かどうかを true します。それ以外の場合は、falseします。

実装

適用対象