ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ExpressionSyntaxTreeFactory Class / _ident Method

In This Topic
    _ident Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _ident( _
       ByVal name As String _
    ) As IIdentifierExpressionSyntaxTree
    public static IIdentifierExpressionSyntaxTree _ident( 
       string name
    )

    Parameters

    name
    See Also