Overload List

  NameDescription
Public methodStatic memberAddEntry(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.
Public methodStatic memberAddEntry(String, String, Int32)
Adds an enum entry at a specific position of an enum.

See Also