Skip to content

P_CommandLine_TypeInfo_Choices

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

TypeInfo.Choices Property

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

Syntax

C#

public IEnumerable<Type> Choices { get; }

VB

Public ReadOnly Property Choices As IEnumerable(Of Type)
	Get

C++

public:
property IEnumerable<Type^>^ Choices {
	IEnumerable<Type^>^ get ();
}

F#

member Choices : IEnumerable<Type> with get

Property Value

Type: IEnumerable(Type)

See Also

Reference

TypeInfo Class
CommandLine Namespace

Clone this wiki locally