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