Implemented interface member:
property
IsReadOnly
System.Collections.IDictionary.IsReadOnly
2 overrides of IsReadOnly
mscorlib (1)
system\collections\hashtable.cs (1)
1423public override bool IsReadOnly {
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
962public override bool IsReadOnly
2 references to IsReadOnly
mscorlib (2)
system\collections\dictionarybase.cs (1)
40get { return InnerHashtable.IsReadOnly; }
system\collections\hashtable.cs (1)
1424get { return _table.IsReadOnly; }