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

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

Public Methods

Method Description
Create ( Type type ) : Instruction

Private Methods

Method Description
SubOvfInstruction ( ) : System.Diagnostics

Method Details

Create() public static method

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