学用 ASP.Net 之 System.Collections.Queue 与 Stack 类

Queue(队列)是先进先出的集合; Stack(堆栈)是后进先出的集合.


Queue 的主要成员:



Stack 的主要成员:



Queue 测试:



Stack 测试: