Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在C#中,当反映对象的类型时,以'<'开头的类名表示什么?
它是编译器生成的类型(例如,当您创建闭包、迭代器块、异步方法或匿名类型时)。您不能在代码中按名称引用它。