Dictionary.System.Collections.Generic.ICollection>.IsReadOnly プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

Private ReadOnly Property System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly
Dim instance As Dictionary(Of TKey, TValue) Dim value As Boolean value = CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).IsReadOnly
private: virtual property bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { bool get () sealed = ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly::get; }
ICollection が読み取り専用の場合は true。それ以外の場合は false。Dictionary の既定の実装では、このプロパティは常に false を返します。

読み取り専用のコレクションでは、コレクション作成後に要素の追加、削除、または変更はできません。
読み取り専用のコレクションは、コレクションの変更を防ぐラッパーがコレクションに組み込まれているに過ぎません。したがって、基になっているコレクションで変更が加えられた場合、読み取り専用のコレクションでもその内容が反映されます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly プロパティを検索する場合は、下記のリンクをクリックしてください。

- Dictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly プロパティのページへのリンク