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

CGenAddress() 공개 메소드

public CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
리턴 void
        public override void CGenAddress(CGenState state) {
            throw new InvalidOperationException("Cannot get the address of a pointer value.");
        }
    }