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

StmtInitObj() public method

public StmtInitObj ( Ctx ctx, Expr destination, TypeReference type ) : System
ctx Ctx
destination Expr
type Mono.Cecil.TypeReference
return System
        public StmtInitObj(Ctx ctx, Expr destination, TypeReference type)
            : base(ctx) {
            this.Destination = destination;
            this.Type = type;
        }
StmtInitObj