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

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

Public Methods

Method Description
Create ( Type type ) : Instruction

Private Methods

Method Description
NegateInstruction ( ) : System.Diagnostics

Method Details

Create() public static method

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