Skip to content

P_CommandLine_Core_Specification_Max

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

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

Clone this wiki locally