Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Surrogate<T> Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (Surrogate<T>)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected MustOverride Function ConvertToObject() As T
    protected abstract T ConvertToObject()

    Return Value

    The object created.
    See Also