C# Class System.Linq.Expressions.Tests.VisitorTests.UsingExpression

Inheritance: Expression
显示文件 Open project: dotnet/corefx

Private Properties

Property Type Description

Public Methods

Method Description
Reduce ( ) : Expression
UsingExpression ( Expression disposable, Expression body ) : System.Collections

Method Details

Reduce() public method

public Reduce ( ) : Expression
return Expression

UsingExpression() public method

public UsingExpression ( Expression disposable, Expression body ) : System.Collections
disposable Expression
body Expression
return System.Collections