RuleExpressionWalker.Decompile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decompiles the child nodes of the expression into string form.
public:
static void Decompile(System::Text::StringBuilder ^ stringBuilder, System::CodeDom::CodeExpression ^ expression, System::CodeDom::CodeExpression ^ parentExpression);
public static void Decompile (System.Text.StringBuilder stringBuilder, System.CodeDom.CodeExpression expression, System.CodeDom.CodeExpression parentExpression);
static member Decompile : System.Text.StringBuilder * System.CodeDom.CodeExpression * System.CodeDom.CodeExpression -> unit
Public Shared Sub Decompile (stringBuilder As StringBuilder, expression As CodeExpression, parentExpression As CodeExpression)
Parameters
- stringBuilder
- StringBuilder
The StringBuilder that contains the mutable string of characters.
- expression
- CodeExpression
The current CodeExpression.
- parentExpression
- CodeExpression
The parent CodeExpression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.