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