Object MyOnject = new Object[0]; What does the [0] signify? Hi Chad, It means you instantiated an array of type object with a Length of zero ...
確定! 回上一頁