CEnumType public class CEnumType : CType Documentation Code public List<CEnumMember> Members { get; set; } public string Name { get; set; } public int NextValue { get; } public CEnumType(string name)