• 2022-06-19
    .NET框架提供的集合类封装了一些常见的数据结构和算法,包括列表、字典、队列、栈等几大类,如链表、队列、栈等。其中,普通集合位于________命名空间。
    A: System.Collections.Generic
    B: System.Collections
    C: System.Collections.Text
    D: System.Text.Collections