Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / NameExpression Class / NameExpression Constructor
Named variable


In This Topic
    NameExpression Constructor
    In This Topic
    Creates a new expression with a named variable.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New NameExpression(name)
    public NameExpression( 
       string name
    )

    Parameters

    name
    Named variable
    Exceptions
    ExceptionDescription
    name is a null reference (Nothing in Visual Basic)
    See Also