'Usage Dim instance As CellEditorManagerDictionary Dim type As Type Dim value As Boolean value = instance.ContainsKey(type)
Parameters
- type
- The System.Type to find.
Return Value
true if the hashtable contains an entry for the specified type; false otherwise.