Skip to content

M_CommandLine_Core_Verb_FromAttribute

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

Verb.FromAttribute Method

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

Syntax

C#

public static Verb FromAttribute(
	VerbAttribute attribute
)

VB

Public Shared Function FromAttribute ( 
	attribute As VerbAttribute
) As Verb

C++

public:
static Verb^ FromAttribute(
	VerbAttribute^ attribute
)

F#

static member FromAttribute : 
        attribute : VerbAttribute -> Verb 

Parameters

 

attribute
Type: CommandLine.VerbAttribute

Return Value

Type: Verb

See Also

Reference

Verb Class
CommandLine.Core Namespace

Clone this wiki locally