1 override of GetKey
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
704public override object GetKey(int index)
4 references to GetKey
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
179throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate_OldAndNewKeys, GetKey(i), key)); 708return _list.GetKey(index); 956return sortedList.GetKey(index);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
884string path = (string)list.GetKey(e);