Implemented interface member:
1 override of IsReadOnly
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
593
public override bool
IsReadOnly
1 reference to IsReadOnly
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
595
get { return _list.
IsReadOnly
; }