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