Skip to content

M_CommandLine_Text_HelpText_GetSpecificationsFromType

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

HelpText.GetSpecificationsFromType Method

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

Syntax

C#

private IEnumerable<Specification> GetSpecificationsFromType(
	Type type
)

VB

Private Function GetSpecificationsFromType ( 
	type As Type
) As IEnumerable(Of Specification)

C++

private:
IEnumerable<Specification^>^ GetSpecificationsFromType(
	Type^ type
)

F#

private member GetSpecificationsFromType : 
        type : Type -> IEnumerable<Specification> 

Parameters

 

type
Type: System.Type

Return Value

Type: IEnumerable(Specification)

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally