Implemented interface member:
property
IsReadOnly
System.Collections.IDictionary.IsReadOnly
1 override of IsReadOnly
mscorlib (1)
system\collections\sortedlist.cs (1)
576
public override bool
IsReadOnly
{
1 reference to IsReadOnly
mscorlib (1)
system\collections\sortedlist.cs (1)
577
get { return _list.
IsReadOnly
; }