a ? b : c ? d : e これが次のように評価されます。 C# a ? b : (c ? d : e) ヒント 次のニーモニック デバイスを使用して、条件演算子の評価方法を思い出すことができます。 text is this condition true ? yes : no