Skip to content

M_CommandLine_Core_SpecificationExtensions_UniqueName

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

SpecificationExtensions.UniqueName Method

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

Syntax

C#

public static string UniqueName(
	this OptionSpecification specification
)

VB

<ExtensionAttribute>
Public Shared Function UniqueName ( 
	specification As OptionSpecification
) As String

C++

public:
[ExtensionAttribute]
static String^ UniqueName(
	OptionSpecification^ specification
)

F#

[<ExtensionAttribute>]
static member UniqueName : 
        specification : OptionSpecification -> string 

Parameters

 

specification
Type: CommandLine.Core.OptionSpecification

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OptionSpecification. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

SpecificationExtensions Class
CommandLine.Core Namespace

Clone this wiki locally