C# Class ExpressionToCodeLib.ExpressionToCodeConfiguration.AnnotatedToCodeWrapper

Inheritance: IAnnotatedToCode
Afficher le fichier Open project: EamonNerbonne/ExpressionToCode

Méthodes publiques

Méthode Description
AnnotatedToCode ( Expression e, string msg, bool hideOutermostValue ) : string
AnnotatedToCodeWrapper ( ExpressionToCodeConfiguration config ) : System

Method Details

AnnotatedToCode() public méthode

public AnnotatedToCode ( Expression e, string msg, bool hideOutermostValue ) : string
e System.Linq.Expressions.Expression
msg string
hideOutermostValue bool
Résultat string

AnnotatedToCodeWrapper() public méthode

public AnnotatedToCodeWrapper ( ExpressionToCodeConfiguration config ) : System
config ExpressionToCodeConfiguration
Résultat System