1 override of GetKey
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
704
public override object
GetKey
(int index)
6 references to GetKey
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
179
throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate_OldAndNewKeys,
GetKey
(i), key));
708
return _list.
GetKey
(index);
956
return sortedList.
GetKey
(index);
System.Management (2)
System\Management\WMIGenerator.cs (2)
1184
PropertyData prop = classobj.Properties[PublicProperties.
GetKey
(i).ToString()];
2795
MethodData meth = classobj.Methods[PublicMethods.
GetKey
(k).ToString()];
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
722
string path = (string)list.
GetKey
(e);