C# Class PropertyTranslator.CompiledExpression

Abstract, non-generic compiled expression.
ファイルを表示 Open project: peschuster/PropertyTranslator Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
CompiledExpression ( ) : System.Linq.Expressions

Initializes a new instance of the CompiledExpression class.

Method Details

CompiledExpression() protected method

Initializes a new instance of the CompiledExpression class.
protected CompiledExpression ( ) : System.Linq.Expressions
return System.Linq.Expressions