Any() public method

Indicates whether there is any element in the list.
public Any ( ) : bool
return bool
 public bool Any()
 {
     return(_list.Any());
 }