MyEnum[] mylist = new MyEnum[3]; mylist[0] = MyEnum.One; mylist[1] = MyEnum.Two; string[] myNewList = new string[mylist.Length]; ...
確定! 回上一頁