ABT.FuncCall.CGenAddress C# (CSharp) 메소드

CGenAddress() 공개 메소드

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