Skip to content

M_CommandLine_Core_SpecificationPropertyRules_EnforceRequired

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

SpecificationPropertyRules.EnforceRequired Method

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

Syntax

C#

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

VB

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

C++

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

F#

private static member EnforceRequired : 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