public override void Init(Method Method) { base.Init(Method); if (this.Job != null) { RefableObject v = this.Job.V; this.Job = null; v.LoadAddress(Method); this.Store(Method); } }
public RefVar(RefableObject v) : base(PointerOf(v.Type)) { this.VarType = v.Type; this.Job = new RefInitJob(v); }