'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim key As TKey Dim value As Boolean value = instance.ContainsKey(key)
Parameters
- key
- The key to locate in the dictionary.
Return Value
true if the dictionary contains an element with the specified key; otherwise, false.