Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Serialization Namespace / ProtoObjectSurrogate Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (ProtoObjectSurrogate)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function ConvertToObject() As ProtoObject
    protected override ProtoObject ConvertToObject()

    Return Value

    The object created.
    Remarks
    This method uses the ProtoObject.ProtoObject() constructor to create the object.
    See Also