• 2022-06-08
    c#的引用类型包括类、接口、数组、委托、object和string.其中object()根类。
    A: A只是引用类型的
    B: B只是值类型的
    C: C只是string类型的
    D: D是所有值类型和引用类型的