P_CommandLine_Core_Specification_Max - adutton/commandline GitHub Wiki

Specification.Max Property

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

Syntax

C#

public Maybe<int> Max { get; }

VB

Public ReadOnly Property Max As Maybe(Of Integer)
	Get

C++

public:
property Maybe<int>^ Max {
	Maybe<int>^ get ();
}

F#

member Max : Maybe<int> with get

Property Value

Type: Maybe(Int32)

See Also

Reference

Specification Class
CommandLine.Core Namespace

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