C# Class System.Linq.Expressions.SimpleBinaryExpression

Inheritance: BinaryExpression
Mostra file Open project: dotnet/corefx

Private Methods

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