ABT.TypeCast.CGenAddress C# (CSharp) Method

CGenAddress() public method

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