Returns the number of entries for a given Enum.

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

Syntax

C#
void GetEnumEntryCount(
	string EnumName,
	out int EntryCount
)

Parameters

EnumName
Type: System..::..String
The name of the Enum to get the EntryCount of.
EntryCount
Type: System..::..Int32%
Number of entries in the Enum.

See Also