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

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

Public Methods

Method Description
Create ( Type type ) : Instruction

Private Methods

Method Description
SubInstruction ( ) : System.Diagnostics

Method Details

Create() public static method

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