M_CommandLine_Core_ValueMapper_CountOfMaxNumberOfValues - adutton/commandline GitHub Wiki

ValueMapper.CountOfMaxNumberOfValues Method

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

Syntax

C#

private static Maybe<int> CountOfMaxNumberOfValues(
	this Specification specification
)

VB

<ExtensionAttribute>
Private Shared Function CountOfMaxNumberOfValues ( 
	specification As Specification
) As Maybe(Of Integer)

C++

private:
[ExtensionAttribute]
static Maybe<int>^ CountOfMaxNumberOfValues(
	Specification^ specification
)

F#

[<ExtensionAttribute>]
private static member CountOfMaxNumberOfValues : 
        specification : Specification -> Maybe<int> 

Parameters

 

specification
Type: CommandLine.Core.Specification

Return Value

Type: Maybe(Int32)

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

⚠️ **GitHub.com Fallback** ⚠️