Hi,
I want to use JsConfig.TreatEnumAsInteger only on a specific type / member.
In the bellow example, I want to TreatEnumAsInteger
for enum1. what are my options?
Thanks
public class Root{
pubic Enum1 enum1 {get;set;}
pubic Enum2 enum2 {get;set;}
}