CopyTo

Form.CopyTo method

将表单上的字段复制到数组中。

public void CopyTo(Field[] array, int index)
范围类型描述
arrayField[]必须放置字段的数组。
indexInt32起始索引。

也可以看看