New expression allows to create new instance. In PdfQL is used to create anonymous types.
NewExpression syntax
NewExpression
: 'new {' (MemberAssign)?+ '}'
;New expression allows to create new instance. In PdfQL is used to create anonymous types.
NewExpression
: 'new {' (MemberAssign)?+ '}'
;