System::Collections::Generic::BaseSet::Add method

BaseSet::Add method

向集合中添加元素。

void System::Collections::Generic::BaseSet<T, SET_T>::Add(const T &item) override
参数类型描述
const T&要添加的元素。

另见