Click or drag to resize

CountBetweenExtension Class

CountBetween extension.
Inheritance Hierarchy
System.Object
  MoreLinq.Extensions.CountBetweenExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax
public static class CountBetweenExtension

The CountBetweenExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCountBetween<T>
Determines whether or not the number of elements in the sequence is between an inclusive range of minimum and maximum integers.
Top
See Also