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 -> unitPublic 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.