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

Inheritance: Expression
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Reduce ( ) : Expression
UsingExpression ( Expression disposable, Expression body ) : System.Collections

Method Details

Reduce() public méthode

public Reduce ( ) : Expression
Résultat Expression

UsingExpression() public méthode

public UsingExpression ( Expression disposable, Expression body ) : System.Collections
disposable Expression
body Expression
Résultat System.Collections