Skip to content

M_CommandLine_Infrastructure_ReflectionHelper_GetNamesOfEnum

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

ReflectionHelper.GetNamesOfEnum Method

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

Syntax

C#

public static IEnumerable<string> GetNamesOfEnum(
	Type t
)

VB

Public Shared Function GetNamesOfEnum ( 
	t As Type
) As IEnumerable(Of String)

C++

public:
static IEnumerable<String^>^ GetNamesOfEnum(
	Type^ t
)

F#

static member GetNamesOfEnum : 
        t : Type -> IEnumerable<string> 

Parameters

 

t
Type: System.Type

Return Value

Type: IEnumerable(String)

See Also

Reference

ReflectionHelper Class
CommandLine.Infrastructure Namespace

Clone this wiki locally