Click or drag to resize

AtMostExtension Class

AtMost extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsAtMostExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class AtMostExtension

The AtMostExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAtMostT
Determines whether or not the number of elements in the sequence is lesser than or equal to the given integer.
Top
See Also