P_CommandLine_Core_Specification_Max - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public Maybe<int> Max { get; }VB
Public ReadOnly Property Max As Maybe(Of Integer)
GetC++
public:
property Maybe<int>^ Max {
Maybe<int>^ get ();
}F#
member Max : Maybe<int> with get