A
ad
I have declare a enum in my program, like:
public enum enAllow { SchoolID , PW , Kind , SchYears , GradeID , Ver , IP,
Msg};
How can I get the items count of this enum?
public enum enAllow { SchoolID , PW , Kind , SchYears , GradeID , Ver , IP,
Msg};
How can I get the items count of this enum?