Skip to content

M_CommandLine_Core_SpecificationGuards_GuardAgainstSequenceWithZeroRange

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

SpecificationGuards.GuardAgainstSequenceWithZeroRange Method

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

Syntax

C#

private static Func<Specification, bool> GuardAgainstSequenceWithZeroRange()

VB

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

C++

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

F#

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

Return Value

Type: Func(Specification, Boolean)

See Also

Reference

SpecificationGuards Class
CommandLine.Core Namespace

Clone this wiki locally