Click or drag to resize

TypeInfoUtilsIsEnum Method

Indicates if the specified type is an enum type.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool IsEnum(
	Type type
)

Parameters

type
Type: SystemType
Type to check.

Return Value

Type: Boolean
True if the specified type is an enum type; otherwise, false.
See Also