C# Class System.Linq.Expressions.SimpleBinaryExpression

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

Private Methods

Méthode Description
SimpleBinaryExpression ( ExpressionType nodeType, Expression left, Expression right, Type type ) : System.Collections.Generic