You can ensure you don't have duplicates by storing what you've already used in a List<string> for example: string[] names = new string[] ...
確定! 回上一頁