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#

publicstaticIEnumerable<string>GetNamesOfEnum(Typet)

VB

PublicSharedFunctionGetNamesOfEnum(tAsType)AsIEnumerable(OfString)

C++

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

F#

static memberGetNamesOfEnum: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