哪些是C#内置的数据结构

解决方案 »

  1.   

    http://www.chinaeda.cn/html/2006-12/1453.htm
      

  2.   


    http://topic.csdn.net/u/20090221/12/38AD4D4C-69DB-421E-9B52-6C32D67F0E80.html
      

  3.   

    谈不上C#内置的,应该说是.net framework已实现的数据结构。就是System.Collections,System.Collections.Generic里的那些构造。
      

  4.   

    类、借口、结构、委托、枚举
    这是/NET的五种基本数据结构
      

  5.   

    …… 数据结构啊,楼上几位好像没明白呢
    LinkedList<T>,Stack<T>,Queue<T>,TreeSet<T>这些才是C#内置的数据结构啊。自己写代码也能实现这些功能的