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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy