Adds an enum entry at a specific position of an enum.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
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.