ABT.FuncCall.CGenAddress C# (CSharp) Method

CGenAddress() public method

public CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
return void
        public override void CGenAddress(CGenState state) {
            throw new InvalidOperationException("Error: cannot get the address of a function call.");
        }