OrderedDictionary<TKey, TValue>.IndexOfKey Method |
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
RemarksThis method performs a linear search; therefore it has a cost of O(n) at worst.
See Also