Skip to content

P_CommandLine_Core_TypeDescriptor_MaxItems

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

TypeDescriptor.MaxItems Property

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

Syntax

C#

public Maybe<int> MaxItems { get; }

VB

Public ReadOnly Property MaxItems As Maybe(Of Integer)
	Get

C++

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

F#

member MaxItems : Maybe<int> with get

Property Value

Type: Maybe(Int32)

See Also

Reference

TypeDescriptor Structure
CommandLine.Core Namespace

Clone this wiki locally