System::Collections::IList::Add 方法

IList::Add method

将项目添加到列表末尾。

virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
ParameterType描述
itemSharedPtr<System::Object>要添加的项目。

ReturnValue

已添加项目的索引。

另见