ABT.UnaryArithOp.CGenAddress C# (CSharp) Метод

CGenAddress() публичный закрытый метод

public final CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
Результат void
        public override sealed void CGenAddress(CGenState state) {
            throw new InvalidOperationException(
                "Cannot get the address of an unary arithmetic operator."
            );
        }
    }