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

Inheritance: Instruction
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Private Methods

Method Description
GreaterThanOrEqualInstruction ( object nullValue ) : System.Diagnostics

Method Details

Create() public static method

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

ToString() public method

public ToString ( ) : string
return string