Stack:栈,表示对象的简单的后进先出非泛型集合。Push方法入栈,Pop方法出栈。
C# 集合类(三):Stackusing System;
C# 集合类(三):Stack
using System.Collections.Generic;
C# 集合类(三):Stack
using System.Text;
C# 集合类(三):Stack
using System.Collections;
C# 集合类(三):Stack
namespace ConsoleApplication1
}

相关文章: