System::Collections::IListImplRefType::Add 方法

IListImplRefType::Add method

向列表末尾添加元素。

virtual int System::Collections::IListImplRefType<T>::Add(SharedPtr<System::Object> item) override
ParameterType描述
itemSharedPtr<System::Object>要添加的项。

另见