System::Collections::CollectionBase::ListImpl::Add 方法

ListImpl::Add method

在集合的末尾添加一个元素。

int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
参数类型描述
const T&要添加到集合末尾的元素。

ReturnValue

已添加 value 的集合索引。

另见