Skip to content

M_CommandLine_Core_Sequence_Partition

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

Sequence.Partition Method

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

Syntax

C#

public static IEnumerable<Token> Partition(
	IEnumerable<Token> tokens,
	Func<string, Maybe<TypeDescriptor>> typeLookup
)

VB

Public Shared Function Partition ( 
	tokens As IEnumerable(Of Token),
	typeLookup As Func(Of String, Maybe(Of TypeDescriptor))
) As IEnumerable(Of Token)

C++

public:
static IEnumerable<Token^>^ Partition(
	IEnumerable<Token^>^ tokens, 
	Func<String^, Maybe<TypeDescriptor>^>^ typeLookup
)

F#

static member Partition : 
        tokens : IEnumerable<Token> * 
        typeLookup : Func<string, Maybe<TypeDescriptor>> -> IEnumerable<Token> 

Parameters

 

tokens
Type: System.Collections.Generic.IEnumerable(Token)
typeLookup
Type: System.Func(String, Maybe(TypeDescriptor))

Return Value

Type: IEnumerable(Token)

See Also

Reference

Sequence 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