Click or drag to resize

CountBetweenExtension Class

CountBetween extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsCountBetweenExtension

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 exampleCountBetweenT
Determines whether or not the number of elements in the sequence is between an inclusive range of minimum and maximum integers.
Top
See Also