接口 IArrayListT
IArrayList<T> interface
Aspose.3D 拥有自己高度优化的 List 实现,以获得更好的加载/保存性能。仅向用户公开此接口,且该接口兼容 IList 以及类似的接口。
public interface IArrayList<T> : IList<T>
| 参数 | 描述 |
|---|---|
| T |
方法
| 名称 | 描述 |
|---|---|
| AddRange(IEnumerable<T>) | |
| AddRange(IList<T>) | |
| ToArray() | 将列表中的所有项转换为数组 |
另请参见
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D