Property | Type | Description | |
---|---|---|---|
CurrentConfiguration | |||
DefaultConfiguration |
Method | Description | |
---|---|---|
GetAnnotatedToCode ( ) : IAnnotatedToCode | ||
GetExpressionToCode ( ) : IExpressionToCode | ||
WithAlwaysUseExplicitTypeArguments ( bool alwaysUseExplicitTypeArguments ) : |
||
WithAnnotator ( ICodeAnnotator annotator ) : |
||
WithCompiler ( IExpressionCompiler compiler ) : |
||
WithObjectStringifier ( IObjectStringifier objectStringifier ) : |
||
WithPrintedListLengthLimit ( int limitListsToLength ) : |
Method | Description | |
---|---|---|
ExpressionToCodeConfiguration ( |
||
With ( WithDelegate edit ) : |
public GetAnnotatedToCode ( ) : IAnnotatedToCode | ||
return | IAnnotatedToCode |
public GetExpressionToCode ( ) : IExpressionToCode | ||
return | IExpressionToCode |
public WithAlwaysUseExplicitTypeArguments ( bool alwaysUseExplicitTypeArguments ) : |
||
alwaysUseExplicitTypeArguments | bool | |
return |
public WithAnnotator ( ICodeAnnotator annotator ) : |
||
annotator | ICodeAnnotator | |
return |
public WithCompiler ( IExpressionCompiler compiler ) : |
||
compiler | IExpressionCompiler | |
return |
public WithObjectStringifier ( IObjectStringifier objectStringifier ) : |
||
objectStringifier | IObjectStringifier | |
return |
public WithPrintedListLengthLimit ( int limitListsToLength ) : |
||
limitListsToLength | int | |
return |
public static ExpressionToCodeConfiguration,ExpressionToCodeLib CurrentConfiguration | ||
return |