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