DotNetWebToolkit.Cil2Js.Ast.StmtInitObj.StmtInitObj C# (CSharp) 메소드

StmtInitObj() 공개 메소드

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