CodeVariableDeclarationStatement
Hi
I need know if CodeVariableDeclarationStatement is supported for create custome RuleAction s?
Thanks
Hi
I need know if CodeVariableDeclarationStatement is supported for create custome RuleAction s?
Thanks
No, it is not supported. The supported CodeDom types are:
CodeArrayIndexerExpression |
|
CodeAssignStatement |
|
CodeBinaryOperatorExpression |
|
CodeCastExpression |
|
CodeDirectionExpression |
|
CodeExpressionStatement |
|
CodeFieldReferenceExpression |
|
CodeIndexerExpression |
|
CodeMethodInvokeExpression |
|
CodeMethodReferenceExpression |
|
CodePrimitiveExpression |
|
CodePropertyReferenceExpression |
|
CodeThisReferenceExpression |
|
CodeTypeReference |
|
CodeTypeReferenceExpression |