Skip to content

P_CommandLine_Core_TypeDescriptor_NextValue

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

TypeDescriptor.NextValue Property

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

Syntax

C#

public Maybe<TypeDescriptor> NextValue { get; }

VB

Public ReadOnly Property NextValue As Maybe(Of TypeDescriptor)
	Get

C++

public:
property Maybe<TypeDescriptor>^ NextValue {
	Maybe<TypeDescriptor>^ get ();
}

F#

member NextValue : Maybe<TypeDescriptor> with get

Property Value

Type: Maybe(TypeDescriptor)

See Also

Reference

TypeDescriptor Structure
CommandLine.Core Namespace

Clone this wiki locally