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

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

Public Methods

Method Description
Create ( Type type ) : Instruction

Private Methods

Method Description
DecrementInstruction ( ) : System.Diagnostics

Method Details

Create() public static method

public static Create ( Type type ) : Instruction
type Type
return Instruction