Skip to content

M_CommandLine_Text_HelpText_AdaptVerbsToSpecifications

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

HelpText.AdaptVerbsToSpecifications Method

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

Syntax

C#

private IEnumerable<Specification> AdaptVerbsToSpecifications(
	IEnumerable<Type> types
)

VB

Private Function AdaptVerbsToSpecifications ( 
	types As IEnumerable(Of Type)
) As IEnumerable(Of Specification)

C++

private:
IEnumerable<Specification^>^ AdaptVerbsToSpecifications(
	IEnumerable<Type^>^ types
)

F#

private member AdaptVerbsToSpecifications : 
        types : IEnumerable<Type> -> IEnumerable<Specification> 

Parameters

 

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

Return Value

Type: IEnumerable(Specification)

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally