if ( (myList!= null) && (!myList.Any()) ) { // Add new item myList.Add("new item"); }
if(listOfObjects.Count == 0){ //when list is empty }