Skip to content

F_CommandLine_Core_SpecificationGuards_Lookup

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

SpecificationGuards.Lookup Field

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

Syntax

C#

public static readonly IEnumerable<Tuple<Func<Specification, bool>, string>> Lookup

VB

Public Shared ReadOnly Lookup As IEnumerable(Of Tuple(Of Func(Of Specification, Boolean), String))

C++

public:
static initonly IEnumerable<Tuple<Func<Specification^, bool>^, String^>^>^ Lookup

F#

static val Lookup: IEnumerable<Tuple<Func<Specification, bool>, string>>

Field Value

Type: IEnumerable(Tuple(Func(Specification, Boolean), String))

See Also

Reference

SpecificationGuards Class
CommandLine.Core Namespace

Clone this wiki locally