C# Class Expressive.Elements.Expressions.LocalExpression

Inheritance: System.Linq.Expressions.Expression
ファイルを表示 Open project: ashmind/expressive Class Usage Examples

Public Methods

Method Description
LocalExpression ( int index, Type type ) : System
ToString ( ) : string

Method Details

LocalExpression() public method

public LocalExpression ( int index, Type type ) : System
index int
type System.Type
return System

ToString() public method

public ToString ( ) : string
return string