'Declaration Public Function New( _ ByVal context As CalcParserContext, _ ByVal structReference As System.String _ )
'Usage Dim context As CalcParserContext Dim structReference As System.String Dim instance As New CalcStructReferenceExpression(context, structReference)
public CalcStructReferenceExpression( CalcParserContext context, System.string structReference )
Parameters
- context
- The table struct parser context.
- structReference
- The struct reference string.