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

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

    Parameters

    surrogate
    See Also