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#

privatestaticFunc<IEnumerable<SpecificationProperty>,IEnumerable<Error>>EnforceRange()

VB

PrivateSharedFunctionEnforceRangeAsFunc(OfIEnumerable(OfSpecificationProperty),IEnumerable(OfError))

C++

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

F#

privatestatic memberEnforceRange: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