Skip to content

M_CommandLine_NameInfo__ctor

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

NameInfo Constructor

Initializes a new instance of the NameInfo class

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

Syntax

C#

internal NameInfo(
	string shortName,
	string longName
)

VB

Friend Sub New ( 
	shortName As String,
	longName As String
)

C++

internal:
NameInfo(
	String^ shortName, 
	String^ longName
)

F#

new : 
        shortName : string * 
        longName : string -> NameInfo

Parameters

 

shortName
Type: System.String
longName
Type: System.String

See Also

Reference

NameInfo Class
CommandLine Namespace

Clone this wiki locally