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.
新しい句を作成しようとするとusing、Intellisense のリストに という名前の名前空間があることに気付きましたStandard。ただし、これには詳細な検査でメンバーがないようです。この名前空間は何ですか?
using
Standard
PresentationFramework アセンブリには、"Standard" という名前空間があります。ただし、そのタイプはすべて内部的なものであるため、どのタイプも表示されません。ただし、名前空間は引き続き使用できます。
名前空間は 4.5 リファレンス アセンブリに表示されているようですが、4.0 リファレンス アセンブリには表示されません。