计算机中c#常用数据结构有哪些?

计算机中c#常用数据结构有哪些


白猪掌柜的
浏览 601回答 1
1回答

慕尼黑8549860

1.接口 interface2.常用系统接口 IDisposable接口3.列表ArrayList4.泛型&nbsp;List/Dictionary5.其他集合类 HashSet<T>Stack<T>,栈,先入后出,Push(压栈)、Pop(出栈)Queue<T>,队列,先入先出:Enqueue(入队)、Dequeue(出队)
打开App,查看更多内容
随时随地看视频慕课网APP