Skip to content

M_CommandLine_Infrastructure_ReflectionHelper_IsFSharpOptionType

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

ReflectionHelper.IsFSharpOptionType Method

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

Syntax

C#

public static bool IsFSharpOptionType(
	Type type
)

VB

Public Shared Function IsFSharpOptionType ( 
	type As Type
) As Boolean

C++

public:
static bool IsFSharpOptionType(
	Type^ type
)

F#

static member IsFSharpOptionType : 
        type : Type -> bool 

Parameters

 

type
Type: System.Type

Return Value

Type: Boolean

See Also

Reference

ReflectionHelper Class
CommandLine.Infrastructure Namespace

Clone this wiki locally