Skip to content

M_CommandLine_Text_HelpText_GetUsageFromType

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

HelpText.GetUsageFromType Method

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

Syntax

C#

private static Maybe<Tuple<UsageAttribute, IEnumerable<Example>>> GetUsageFromType(
	Type type
)

VB

Private Shared Function GetUsageFromType ( 
	type As Type
) As Maybe(Of Tuple(Of UsageAttribute, IEnumerable(Of Example)))

C++

private:
static Maybe<Tuple<UsageAttribute^, IEnumerable<Example^>^>^>^ GetUsageFromType(
	Type^ type
)

F#

private static member GetUsageFromType : 
        type : Type -> Maybe<Tuple<UsageAttribute, IEnumerable<Example>>> 

Parameters

 

type
Type: System.Type

Return Value

Type: Maybe(Tuple(UsageAttribute, IEnumerable(Example)))

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally