IArrayList1.ToArray

IArrayList<T>.ToArray method

将列表中的所有项转换为数组

public T[] ToArray()

返回值

项目数组

另请参见