Skip to content

M_CommandLine_Core_NameLookup_Contains

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

NameLookup.Contains Method

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

Syntax

C#

public static NameLookupResult Contains(
	string name,
	IEnumerable<OptionSpecification> specifications,
	StringComparer comparer
)

VB

Public Shared Function Contains ( 
	name As String,
	specifications As IEnumerable(Of OptionSpecification),
	comparer As StringComparer
) As NameLookupResult

C++

public:
static NameLookupResult Contains(
	String^ name, 
	IEnumerable<OptionSpecification^>^ specifications, 
	StringComparer^ comparer
)

F#

static member Contains : 
        name : string * 
        specifications : IEnumerable<OptionSpecification> * 
        comparer : StringComparer -> NameLookupResult 

Parameters

 

name
Type: System.String
specifications
Type: System.Collections.Generic.IEnumerable(OptionSpecification)
comparer
Type: System.StringComparer

Return Value

Type: NameLookupResult

See Also

Reference

NameLookup Class
CommandLine.Core Namespace

Clone this wiki locally