Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / ProtoObjectSurrogate Class / ProtoObjectSurrogate Constructor

In This Topic
    ProtoObjectSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal protoObj As ProtoObject _
    )
    public ProtoObjectSurrogate( 
       ProtoObject protoObj
    )

    Parameters

    protoObj
    See Also