0
看看下面的代碼:變量聲明的IF C#裏面
if(down == null || down.GetFace() != Face.None || down.GetFace() != Face.Partial)
{
// I called GetFace() two times
// How can i avoid to call it two times, and still putting inside that if
}
謝謝!
最好還是問了一個問題,這個問題身體的一部分,而不是你的代碼示例中的註釋。人們可能會錯過它。 – Oded