Skip to content

M_CommandLine_TypeInfo_Create_1

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

TypeInfo.Create Method (Type, IEnumerable(Type))

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

Syntax

C#

internal static TypeInfo Create(
	Type current,
	IEnumerable<Type> choices
)

VB

Friend Shared Function Create ( 
	current As Type,
	choices As IEnumerable(Of Type)
) As TypeInfo

C++

internal:
static TypeInfo^ Create(
	Type^ current, 
	IEnumerable<Type^>^ choices
)

F#

internal static member Create : 
        current : Type * 
        choices : IEnumerable<Type> -> TypeInfo 

Parameters

 

current
Type: System.Type
choices
Type: System.Collections.Generic.IEnumerable(Type)

Return Value

Type: TypeInfo

See Also

Reference

TypeInfo Class
Create Overload
CommandLine Namespace

Clone this wiki locally