ABT.ConstExpr.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 a constant");
        }
    }