Skip to content

M_CommandLine_Core_SpecificationPropertyRules_EnforceRange

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

SpecificationPropertyRules.EnforceRange Method

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

Syntax

C#

private static Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>> EnforceRange()

VB

Private Shared Function EnforceRange As Func(Of IEnumerable(Of SpecificationProperty), IEnumerable(Of Error))

C++

private:
static Func<IEnumerable<SpecificationProperty^>^, IEnumerable<Error^>^>^ EnforceRange()

F#

private static member EnforceRange : unit -> Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>> 

Return Value

Type: Func(IEnumerable(SpecificationProperty), IEnumerable(Error))

See Also

Reference

SpecificationPropertyRules Class
CommandLine.Core Namespace

Clone this wiki locally