Skip to content

M_CommandLine_Core_Verb__ctor

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

Verb Constructor

Initializes a new instance of the Verb class

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

Syntax

C#

public Verb(
	string name,
	string helpText,
	bool hidden = false
)

VB

Public Sub New ( 
	name As String,
	helpText As String,
	Optional hidden As Boolean = false
)

C++

public:
Verb(
	String^ name, 
	String^ helpText, 
	bool hidden = false
)

F#

new : 
        name : string * 
        helpText : string * 
        ?hidden : bool 
(* Defaults:
        let _hidden = defaultArg hidden false
*)
-> Verb

Parameters

 

name
Type: System.String
helpText
Type: System.String
hidden (Optional)
Type: System.Boolean

See Also

Reference

Verb Class
CommandLine.Core Namespace

Clone this wiki locally
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy