Skip to content

M_CommandLine_Core_PreprocessorGuards_HelpCommand

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

PreprocessorGuards.HelpCommand Method

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

Syntax

C#

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

VB

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

C++

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

F#

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