'Deklaration
Protected Function GetIndexAndEntryForKey( _ ByVal key As TKey, _ ByRef entry As System.Collections.DictionaryEntry _ ) As System.Integer
'Usage
Dim instance As ObservableDictionary(Of TKey,TValue) Dim key As TKey Dim entry As System.Collections.DictionaryEntry Dim value As System.Integer value = instance.GetIndexAndEntryForKey(key, entry)
Parameter
- key
- entry