C# Enums. An enum is a special "class" that represents a group of constants (unchangeable/read-only variables). To create an enum , use the enum keyword ...
確定! 回上一頁