C#编程经验-enum and struct
enum,store fixed values,use array replace,not use this data-structure
struct,store several variables,use class replace,not use this data-structure
enum,store fixed values,use array replace,not use this data-structure
struct,store several variables,use class replace,not use this data-structure