CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / Quotes Structure / Quotes Constructor

In This Topic
    Quotes Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal open As Char, _
       ByVal close As Char _
    )
    public Quotes( 
       char open,
       char close
    )

    Parameters

    open
    close
    See Also