  | FastDictionaryTKey, TValueIsReadOnly Property  | 
 
            Gets a value indicating whether the 
IDictionary is read-only.
            
 
    Namespace: 
   Cauldron.Collections
    Assembly:
   Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntaxpublic bool IsReadOnly { get; }Public ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}Property Value
Type: 
Boolean[Missing <value> documentation for "P:Cauldron.Collections.FastDictionary`2.IsReadOnly"]
Implements
ICollectionTIsReadOnly
See Also