CountBetweenExtension Class
CountBetween extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class CountBetweenExtension
<ExtensionAttribute>
Public NotInheritable Class CountBetweenExtension
[ExtensionAttribute]
public ref class CountBetweenExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CountBetweenExtension = class end
- Inheritance
- Object CountBetweenExtension
CountBetweenT |
Determines whether or not the number of elements in the sequence is between
an inclusive range of minimum and maximum integers.
|