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#的字符串已经实现了IEnumerable,并且它有一个索引器和一个定义好的长度,那么为什么不支持新的接口呢?
是没有时间,还是因为其他原因做出的决定?