System::Collections::Generic::ICollection::Add 方法

ICollection::Add method

向集合中添加元素。

virtual void System::Collections::Generic::ICollection<T>::Add(const T &item)=0
参数类型描述
const T&用于添加。

另见