1 override of IndexOfValue
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
738
public override int
IndexOfValue
(object? value)
2 references to IndexOfValue
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
330
return
IndexOfValue
(value) >= 0;
742
return _list.
IndexOfValue
(value);