CountBetweenExtension Class
CountBetween extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
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.
|