|
Name |
Description |
|
LastIndexOf(KeyValuePair<TKey, TValue> )
|
This function doesn't have the same meaning in the ProcessDictionary<TKey, TValue> as it does in
ProcessQueue<T>, so it is marked as hidden from the editor. However it returns
IndexOfKey(TKey) so that it returns a value that at least makes sense
in case it gets called.
|
|
LastIndexOf(KeyValuePair<TKey, TValue> , Int32)
|
This function doesn't have the same meaning in the ProcessDictionary<TKey, TValue> as it does in
ProcessQueue<T>, so it is marked as hidden from the editor. However it returns
IndexOfKey(TKey) so that it returns a value that at least makes sense
in case it gets called.
|
|
LastIndexOf(KeyValuePair<TKey, TValue> , Int32, Int32)
|
This function doesn't have the same meaning in the ProcessDictionary<TKey, TValue> as it does in
ProcessQueue<T>, so it is marked as hidden from the editor. However it returns
IndexOfKey(TKey) so that it returns a value that at least makes sense
in case it gets called.
|