Click or drag to resize

CountBetweenExtension Class

CountBetween extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsCountBetweenExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
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