Writes an enum value to the output.
| C# |
void WriteEnum<T>( string name, T enumeration ) where T : struct, new()
- T
- Enum type
- name (String)
- Name of the value
- enumeration (T)
- Enum value
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)