Hi can i make Enums in Llbgen? If yes can you explain me how to make one?
You need to use Enum Type Import Definitions
Walaa wrote: You need to use Enum Type Import Definitions
Walaa wrote:
Ye but i don't have that file. Can u give me simple example.
As explained in the docs, the file should have nothing except the XML tags mentioned.
Example:
<typeImports> <typeImport typeName="EnumTypes.Country" assemblyFile="D:\EnumTypes.dll"/> </typeImports>