Queue Peek Dequeue InvalidOperationException 异常

C# Queue 队列

使用Peek  Dequeue 方法是:如果当时队列为空,这会抛出异常,需要先判断Count属性>0在使用这两个方法:


Exceptions

 Queue.Dequeue Method (System.Collections) | Microsoft Docs

posted on 2022-06-17 15:39  ZhYQ_note  阅读(132)  评论(0编辑  收藏  举报

导航