Skip to content

M_CommandLine_Core_ValueMapper_MakeErrorInCaseOfMinConstraint

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ValueMapper.MakeErrorInCaseOfMinConstraint Method

Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

private static Maybe<Error> MakeErrorInCaseOfMinConstraint(
	this Specification specification
)

VB

<ExtensionAttribute>
Private Shared Function MakeErrorInCaseOfMinConstraint ( 
	specification As Specification
) As Maybe(Of Error)

C++

private:
[ExtensionAttribute]
static Maybe<Error^>^ MakeErrorInCaseOfMinConstraint(
	Specification^ specification
)

F#

[<ExtensionAttribute>]
private static member MakeErrorInCaseOfMinConstraint : 
        specification : Specification -> Maybe<Error> 

Parameters

 

specification
Type: CommandLine.Core.Specification

Return Value

Type: Maybe(Error)

Usage Note

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).

See Also

Reference

ValueMapper Class
CommandLine.Core Namespace

Clone this wiki locally