Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellEditorManagerDictionary Class / Contains Method / Contains(Type) Method
The System.Type to find.


In This Topic
    Contains(Type) Method
    In This Topic
    Determines if the hashtable contains an entry of the specified type.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal type As Type _
    ) As Boolean
    'Usage
     
    Dim instance As CellEditorManagerDictionary
    Dim type As Type
    Dim value As Boolean
     
    value = instance.Contains(type)
    public bool Contains( 
       Type type
    )

    Parameters

    type
    The System.Type to find.

    Return Value

    true if the hashtable contains an entry for the specified type; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also