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

Inheritance: Instruction
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( Type type, bool liftedToNull = false ) : Instruction

Private Methods

Method Description
LessThanInstruction ( object nullValue ) : System.Diagnostics

Method Details

Create() public static method

public static Create ( Type type, bool liftedToNull = false ) : Instruction
type Type
liftedToNull bool
return Instruction