本文介绍了返回在C#元数据中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在VS 2017中,C#元数据经常显示为Nullable`1之类的术语和IDictionary`2(这些是名称中的后面的刻度),其中包含真正的类型名称。 这是
分散注意力的混乱。  有人知道如何避免这种情况吗?

解决方案

In VS 2017, C# metadata is frequently displayed with terms like Nullable`1 and IDictionary`2 (those are back ticks in the names) where real type names are expected.  This is distracting clutter.  Anybody know how to avoid this?

解决方案


这篇关于返回在C#元数据中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 15:31