System::Collections::CollectionBase::ListImpl::Add 方法
ListImpl::Add method
在集合的末尾添加一个元素。
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 要添加到集合末尾的元素。 |
ReturnValue
已添加 value 的集合索引。
另见
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++