Returns the number of entries for a given Enum.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public static int GetEnumEntryCount(
	string enumName
)

Parameters

enumName
Type: System..::..String
The name of the Enum to get the EntryCount of.

Return Value

Number of entries in the Enum.

See Also