C# Class System.Linq.Expressions.Interpreter.GreaterThanInstruction.GreaterThanChar

Inheritance: GreaterThanInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GreaterThanChar ( object nullValue ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int

Method Details

GreaterThanChar() public method

public GreaterThanChar ( object nullValue ) : System.Diagnostics
nullValue object
return System.Diagnostics

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int