Skip to content

M_CommandLine_Core_Verb_SelectFromTypes

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

Verb.SelectFromTypes Method

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

Syntax

C#

public static IEnumerable<Tuple<Verb, Type>> SelectFromTypes(
	IEnumerable<Type> types
)

VB

Public Shared Function SelectFromTypes ( 
	types As IEnumerable(Of Type)
) As IEnumerable(Of Tuple(Of Verb, Type))

C++

public:
static IEnumerable<Tuple<Verb^, Type^>^>^ SelectFromTypes(
	IEnumerable<Type^>^ types
)

F#

static member SelectFromTypes : 
        types : IEnumerable<Type> -> IEnumerable<Tuple<Verb, Type>> 

Parameters

 

types
Type: System.Collections.Generic.IEnumerable(Type)

Return Value

Type: IEnumerable(Tuple(Verb, Type))

See Also

Reference

Verb Class
CommandLine.Core Namespace

Clone this wiki locally