Skip to content

M_CommandLine_Core_NameLookup_HavingSeparator

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

NameLookup.HavingSeparator Method

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

Syntax

C#

public static Maybe<char> HavingSeparator(
	string name,
	IEnumerable<OptionSpecification> specifications,
	StringComparer comparer
)

VB

Public Shared Function HavingSeparator ( 
	name As String,
	specifications As IEnumerable(Of OptionSpecification),
	comparer As StringComparer
) As Maybe(Of Char)

C++

public:
static Maybe<wchar_t>^ HavingSeparator(
	String^ name, 
	IEnumerable<OptionSpecification^>^ specifications, 
	StringComparer^ comparer
)

F#

static member HavingSeparator : 
        name : string * 
        specifications : IEnumerable<OptionSpecification> * 
        comparer : StringComparer -> Maybe<char> 

Parameters

 

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

Return Value

Type: Maybe(Char)

See Also

Reference

NameLookup Class
CommandLine.Core Namespace

Clone this wiki locally