System::Collections::Generic::Queue::get_Count 方法

Queue::get_Count method

获取队列中元素的数量。

virtual int System::Collections::Generic::Queue<T>::get_Count() const

ReturnValue

实际元素数量。

另见