1 override of Capacity
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
635
public override int
Capacity
3 writes to Capacity
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
132
Capacity
= capacity;
376
Capacity
= newCapacity;
567
Capacity
= _size;
1 reference to Capacity
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
637
get { lock (_root) { return _list.
Capacity
; } }