Table of Contents

Method IsEnumType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsEnumType(Type)

Gets whether the specified type is enumeration.

public static bool IsEnumType(Type type)

Parameters

type Type

Type to test.

Returns

bool