M_CommandLine_Core_SpecificationExtensions_HavingMin - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static bool HavingMin(
this Specification specification,
Func<int, bool> predicate
)VB
<ExtensionAttribute>
Public Shared Function HavingMin (
specification As Specification,
predicate As Func(Of Integer, Boolean)
) As BooleanC++
public:
[ExtensionAttribute]
static bool HavingMin(
Specification^ specification,
Func<int, bool>^ predicate
)F#
[<ExtensionAttribute>]
static member HavingMin :
specification : Specification *
predicate : Func<int, bool> -> bool
- specification
- Type: CommandLine.Core.Specification
- predicate
- Type: System.Func(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).