Exemplo n.º 1
0
 public bool Any()
 {
     return(_list.Any());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns whether this list contains any elements.
 /// </summary>
 /// <returns></returns>
 public bool Any() => _list.Any();