M_CommandLine_Core_SpecificationPropertyRules_Lookup - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
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>>>
- tokens
- Type: System.Collections.Generic.IEnumerable(Token)
Type: IEnumerable(Func(IEnumerable(SpecificationProperty), IEnumerable(Error)))