Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.