Adds an enum entry at a specific position of an enum.

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

Syntax

C#
public static void AddEntry(
	string enumName,
	string entryName,
	int index
)

Parameters

enumName
Type: System..::..String
The enums name.
entryName
Type: System..::..String
The new enum entry.
index
Type: System..::..Int32
Position of the new entry.

See Also