DotNetWebToolkit.Cil2Js.Ast.ExprVarThis.ExprVarThis C# (CSharp) Method

ExprVarThis() public method

public ExprVarThis ( Ctx ctx, TypeReference type ) : System
ctx Ctx
type Mono.Cecil.TypeReference
return System
        public ExprVarThis(Ctx ctx, TypeReference type)
            : base(ctx) {
            this.type = type;
        }