C# Class System.Linq.Expressions.Interpreter.LocalVariable

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Index int

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
LoadFromArray ( Expression frameData, Expression closure, Type parameterType ) : Expression
LocalVariable ( int index, bool closure ) : System.Collections.Generic

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Index public_oe property

public int Index
return int