'Declaration Public Overloads Overrides NotOverridable Function Contains( _ ByVal type As Object _ ) As Boolean
'Usage Dim instance As CellViewerManagerDictionary Dim type As Object Dim value As Boolean value = instance.Contains(type)
Parameters
- type
- The System.Type to find.
Return Value
true if the hashtable contains an entry for the specified type; false otherwise.