System::Collections::Generic::Queue::get_Count method

Queue::get_Count method

Gets number of elements in queue.

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

ReturnValue

Actual number of elements.

See Also