Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / ProtoObject Class / ProtoObject Constructor
The object.

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

    Parameters

    obj
    The object.
    See Also