public Word this[SymRef index] { get { return(buffer[(int)index]); } set { buffer[(int)index] = value; } }
public InlTreeNode(int Parent = default, SymRef File = default, int Line = default, SymRef Func = default, int ParentPC = default) { this.Parent = Parent; this.File = File; this.Line = Line; this.Func = Func; this.ParentPC = ParentPC; }