Overload List
Name | Description | |
---|---|---|
![]() ![]() | AddEntry(String, String) |
Adds an enum entry to the end of an enum. This method is quite slow,
it copies all old entries, adds the new one and commits it back to the host.
|
![]() ![]() | AddEntry(String, String, Int32) |
Adds an enum entry at a specific position of an enum.
|