Saving added attributes in the Attributes property.
Check properties for valid values.
Properties that receive numeric, boolean or char values are checked for
consistency using the C# native Parse methods.
Also add some changes in DLL parsing:
save System.Type inside ApiModel.TypeRef,
preallocate memory in lists when parsing to save resources.
Saving added attributes in the Attributes property. Check properties for valid values. Properties that receive numeric, boolean or char values are checked for consistency using the C# native
Parse
methods.Also add some changes in DLL parsing:
Fixes #11