2 references to IndexOfKey
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (2)
200
objectsArray[
IndexOfKey
(key)] = new DictionaryEntry(key, value);
353
int index =
IndexOfKey
(key);