Skip to content

M_CommandLine_Core_SpecificationGuards_GuardAgainstSequenceWithWrongRange

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

SpecificationGuards.GuardAgainstSequenceWithWrongRange Method

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

Syntax

C#

private static Func<Specification, bool> GuardAgainstSequenceWithWrongRange()

VB

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

C++

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

F#

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

Return Value

Type: Func(Specification, Boolean)

See Also

Reference

SpecificationGuards Class
CommandLine.Core Namespace

Clone this wiki locally