C# Class ExpressionToCodeLib.ExpressionToCodeConfigurationValue

Exibir arquivo 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_oe property

public bool AlwaysUseExplicitTypeArguments
return bool

CodeAnnotator public_oe property

public ICodeAnnotator CodeAnnotator
return ICodeAnnotator

ExpressionCompiler public_oe property

public IExpressionCompiler ExpressionCompiler
return IExpressionCompiler

ObjectStringifier public_oe property

public IObjectStringifier ObjectStringifier
return IObjectStringifier

PrintedListLengthLimit public_oe property

public int? PrintedListLengthLimit
return int?