__ArrayBaseT 构造函数 (IEnumerableT) | |
Create an array and fill it with elements from an existing collection.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
collection AS IEnumerable<T>
)
public __ArrayBase(
IEnumerable<T> collection
)
查看代码参数
- collection
- 类型:IEnumerableT
参见