Skip to content

M_CommandLine_Core_Tokenizer_Normalize

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

Tokenizer.Normalize Method

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

Syntax

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> 

Parameters

 

tokens
Type: System.Collections.Generic.IEnumerable(Token)
nameLookup
Type: System.Func(String, Boolean)

Return Value

Type: IEnumerable(Token)

See Also

Reference

Tokenizer Class
CommandLine.Core Namespace

Clone this wiki locally