C# Class ExpressionToCodeLib.ExpressionToCodeConfigurationValue

Show file Open project: EamonNerbonne/ExpressionToCode Class Usage Examples

Public Properties

Property Type Description
AlwaysUseExplicitTypeArguments bool
CodeAnnotator ICodeAnnotator
ExpressionCompiler IExpressionCompiler
ObjectStringifier IObjectStringifier
PrintedListLengthLimit int?

Property Details

AlwaysUseExplicitTypeArguments public property

public bool AlwaysUseExplicitTypeArguments
return bool

CodeAnnotator public property

public ICodeAnnotator CodeAnnotator
return ICodeAnnotator

ExpressionCompiler public property

public IExpressionCompiler ExpressionCompiler
return IExpressionCompiler

ObjectStringifier public property

public IObjectStringifier ObjectStringifier
return IObjectStringifier

PrintedListLengthLimit public property

public int? PrintedListLengthLimit
return int?