System::Collections::Generic::BaseSet::get_Count method

BaseSet::get_Count method

获取集合中的元素数量。

int System::Collections::Generic::BaseSet<T, SET_T>::get_Count() const override

ReturnValue

实际元素数量。

另见