M_CommandLine_Core_ValueMapper_CountOfMaxNumberOfValues - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
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>
- specification
- Type: CommandLine.Core.Specification
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).