Skip to content

M_CommandLine_Core_SpecificationGuards_GuardAgainstOneCharLongName

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

SpecificationGuards.GuardAgainstOneCharLongName Method

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

Syntax

C#

private static Func<Specification, bool> GuardAgainstOneCharLongName()

VB

Private Shared Function GuardAgainstOneCharLongName As Func(Of Specification, Boolean)

C++

private:
static Func<Specification^, bool>^ GuardAgainstOneCharLongName()

F#

private static member GuardAgainstOneCharLongName : unit -> Func<Specification, bool> 

Return Value

Type: Func(Specification, Boolean)

See Also

Reference

SpecificationGuards Class
CommandLine.Core Namespace

Clone this wiki locally