array element type
常見例句
- An array with the same element type as the parameter array's element type.
元素類型與參數(shù)數(shù)組的元素類型相同的數(shù)組。 - Its default value is an empty one-dimensional array of the parameter array's element type.
其默認(rèn)值是參數(shù)數(shù)組元素類型的空一維數(shù)組。 - If the array's element type does not have a constructor, the elements of the array will be initialized with the corresponding zero representation for that type.
如果陣列的元素型別沒(méi)有建構(gòu)函式,則陣列的元素將會(huì)以該型別的對(duì)應(yīng)零表示初始化。 返回 array element type