C# Class JSIL.Ast.JSThisParameter

Inheritance: JSParameter
Mostrar archivo Open project: sq/JSIL

Public Methods

Method Description
JSThisParameter ( TypeReference type, MethodReference function ) : System
New ( TypeReference type, MethodReference function ) : JSVariable

Method Details

JSThisParameter() public method

public JSThisParameter ( TypeReference type, MethodReference function ) : System
type Mono.Cecil.TypeReference
function Mono.Cecil.MethodReference
return System

New() public static method

public static New ( TypeReference type, MethodReference function ) : JSVariable
type Mono.Cecil.TypeReference
function Mono.Cecil.MethodReference
return JSVariable