const int ONLY_ONE_ITEM = 1; if (myList.Count > ONLY_ONE_ITEM) { DoSomething(); } else { DoSomethingElse(); }