DotNetWebToolkit.Cil2Js.Output.ExprJsTypeVarName.ExprJsTypeVarName C# (CSharp) Method

ExprJsTypeVarName() public method

public ExprJsTypeVarName ( Ctx ctx, TypeReference type ) : System
ctx DotNetWebToolkit.Cil2Js.Ast.Ctx
type Mono.Cecil.TypeReference
return System
        public ExprJsTypeVarName(Ctx ctx, TypeReference type)
            : base(ctx) {
            this.TypeRef = type;
        }
ExprJsTypeVarName