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#

publicstaticFunc<IEnumerable<string>,IEnumerable<Error>>VersionCommand(StringComparernameComparer)

VB

PublicSharedFunctionVersionCommand(nameComparerAsStringComparer)AsFunc(OfIEnumerable(OfString),IEnumerable(OfError))

C++

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

F#

static memberVersionCommand: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