F_CommandLine_Core_SpecificationGuards_Lookup - adutton/commandline GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️