Skip to content

M_CommandLine_Core_PreprocessorGuards_VersionCommand

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

PreprocessorGuards.VersionCommand Method

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

Syntax

C#

public static Func<IEnumerable<string>, IEnumerable<Error>> VersionCommand(
	StringComparer nameComparer
)

VB

Public Shared Function VersionCommand ( 
	nameComparer As StringComparer
) As Func(Of IEnumerable(Of String), IEnumerable(Of Error))

C++

public:
static Func<IEnumerable<String^>^, IEnumerable<Error^>^>^ VersionCommand(
	StringComparer^ nameComparer
)

F#

static member VersionCommand : 
        nameComparer : StringComparer -> Func<IEnumerable<string>, IEnumerable<Error>> 

Parameters

 

nameComparer
Type: System.StringComparer

Return Value

Type: Func(IEnumerable(String), IEnumerable(Error))

See Also

Reference

PreprocessorGuards Class
CommandLine.Core Namespace

Clone this wiki locally