1 override of GetKey
mscorlib (1)
system\collections\sortedlist.cs (1)
662public override Object GetKey(int index) {
5 references to GetKey
mscorlib (3)
system\collections\sortedlist.cs (3)
185throw new ArgumentException(Environment.GetResourceString("Argument_AddingDuplicate__", GetKey(i), key)); 664return _list.GetKey(index); 880return sortedList.GetKey(index);
System.Management (2)
WmiGenerator.cs (2)
1225PropertyData prop = classobj.Properties[PublicProperties.GetKey(i).ToString()]; 2848MethodData meth = classobj.Methods[PublicMethods.GetKey(k).ToString()];