MobileComponentCollectionAddRange 方法 |
将控件对象数组添加到集合中。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法
备注
将 controls 数组中包含的 Control 对象追加到集合的结尾。
可以使用 AddRange 方法将一组 Control 对象迅速添加到集合,而不是通过使用 Add 方法将每个 Control 手动添加到集合中。
若要移除以前添加的 Control,请使用 Remove、RemoveAt 或 Clear 方法。
参见