M_CommandLine_Core_PreprocessorGuards_HelpCommand - adutton/commandline GitHub Wiki

PreprocessorGuards.HelpCommand Method

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

Syntax

C#

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

VB

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

C++

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

F#

static member HelpCommand : 
        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

⚠️ **GitHub.com Fallback** ⚠️