Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / Contains Method
The object type.

In This Topic
    Contains Method (Serializer)
    In This Topic
    Checks if the type is contained in the serializer model.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal type As Type _
    ) As Boolean
    public bool Contains( 
       Type type
    )

    Parameters

    type
    The object type.

    Return Value

    True when the type is contained in the Model, otherwise false.
    See Also