Skip to content

M_CommandLine_Core_SpecificationPropertyRules_Lookup

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

SpecificationPropertyRules.Lookup Method

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

Syntax

C#

public static IEnumerable<Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>>> Lookup(
	IEnumerable<Token> tokens
)

VB

Public Shared Function Lookup ( 
	tokens As IEnumerable(Of Token)
) As IEnumerable(Of Func(Of IEnumerable(Of SpecificationProperty), IEnumerable(Of Error)))

C++

public:
static IEnumerable<Func<IEnumerable<SpecificationProperty^>^, IEnumerable<Error^>^>^>^ Lookup(
	IEnumerable<Token^>^ tokens
)

F#

static member Lookup : 
        tokens : IEnumerable<Token> -> IEnumerable<Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>>> 

Parameters

 

tokens
Type: System.Collections.Generic.IEnumerable(Token)

Return Value

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

See Also

Reference

SpecificationPropertyRules Class
CommandLine.Core Namespace

Clone this wiki locally