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

In This Topic
    AttributeSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal att As Attribute _
    )
    public AttributeSurrogate( 
       Attribute att
    )

    Parameters

    att
    See Also