Skip to content

M_CommandLine_Core_PreprocessorGuards_Lookup

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

PreprocessorGuards.Lookup Method

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

Syntax

C#

public static IEnumerable<Func<IEnumerable<string>, IEnumerable<Error>>> Lookup(
	StringComparer nameComparer,
	bool autoHelp,
	bool autoVersion
)

VB

Public Shared Function Lookup ( 
	nameComparer As StringComparer,
	autoHelp As Boolean,
	autoVersion As Boolean
) As IEnumerable(Of Func(Of IEnumerable(Of String), IEnumerable(Of Error)))

C++

public:
static IEnumerable<Func<IEnumerable<String^>^, IEnumerable<Error^>^>^>^ Lookup(
	StringComparer^ nameComparer, 
	bool autoHelp, 
	bool autoVersion
)

F#

static member Lookup : 
        nameComparer : StringComparer * 
        autoHelp : bool * 
        autoVersion : bool -> IEnumerable<Func<IEnumerable<string>, IEnumerable<Error>>> 

Parameters

 

nameComparer
Type: System.StringComparer
autoHelp
Type: System.Boolean
autoVersion
Type: System.Boolean

Return Value

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

See Also

Reference

PreprocessorGuards Class
CommandLine.Core Namespace

Clone this wiki locally