Skip to content

M_CommandLine_Core_SpecificationGuards_GuardAgainstScalarWithRange

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

SpecificationGuards.GuardAgainstScalarWithRange Method

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

Syntax

C#

private static Func<Specification, bool> GuardAgainstScalarWithRange()

VB

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

C++

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

F#

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

Return Value

Type: Func(Specification, Boolean)

See Also

Reference

SpecificationGuards Class
CommandLine.Core Namespace

Clone this wiki locally