Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / IndexLineSurrogate Class / Implicit Type Conversion Operator / Implicit Type Conversion(IndexLineSurrogate,IndexLine) Operator

In This Topic
    Implicit Type Conversion(IndexLineSurrogate,IndexLine) Operator
    In This Topic
    Converts the object to the related surrogate during the serialization process.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal source As IndexLine _
    ) As IndexLineSurrogate
    public IndexLineSurrogate operator implicit( 
       IndexLine source
    )

    Parameters

    source
    See Also