M_CommandLine_Core_Tokenizer_Normalize - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static IEnumerable<Token> Normalize(
IEnumerable<Token> tokens,
Func<string, bool> nameLookup
)VB
Public Shared Function Normalize (
tokens As IEnumerable(Of Token),
nameLookup As Func(Of String, Boolean)
) As IEnumerable(Of Token)C++
public:
static IEnumerable<Token^>^ Normalize(
IEnumerable<Token^>^ tokens,
Func<String^, bool>^ nameLookup
)F#
static member Normalize :
tokens : IEnumerable<Token> *
nameLookup : Func<string, bool> -> IEnumerable<Token>
- tokens
- Type: System.Collections.Generic.IEnumerable(Token)
- nameLookup
- Type: System.Func(String, Boolean)
Type: IEnumerable(Token)