ABT.ConstExpr.CGenAddress C# (CSharp) Method

CGenAddress() public final method

public final CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
return void
        public override sealed void CGenAddress(CGenState state) {
            throw new InvalidOperationException("Cannot get the address of a constant");
        }
    }