An enumeration is a set of named integer constants. An enumerated type is declared using the enum keyword. C# enumerations are value data type.
確定! 回上一頁