M_CommandLine_Core_SpecificationExtensions_HavingRange - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static bool HavingRange(
this Specification specification,
Func<int, int, bool> predicate
)VB
<ExtensionAttribute>
Public Shared Function HavingRange (
specification As Specification,
predicate As Func(Of Integer, Integer, Boolean)
) As BooleanC++
public:
[ExtensionAttribute]
static bool HavingRange(
Specification^ specification,
Func<int, int, bool>^ predicate
)F#
[<ExtensionAttribute>]
static member HavingRange :
specification : Specification *
predicate : Func<int, int, bool> -> bool
- specification
- Type: CommandLine.Core.Specification
- predicate
- Type: System.Func(Int32, Int32, Boolean)
Type: Boolean
In Visual Basic and C#, you can call this method as an instance method on any object of type Specification. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).