Example #1
0
 /// <summary>
 ///   <para>Returns the number of elements for which a predicate is true.
 ///
 /// </para>
 /// </summary>
 public int FilteredLength(Function <T, bool> f)
 {
     return(NList.FilteredLength <T>(this, f));
 }