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# 内のクラス レベルで暗黙的に型指定された変数を持つことができないのはなぜですか?
すなわち:
public class TheClass { private var aList = new List<string>(); }
それは実装されていないだけですか、それとも実装されていないのは概念的/技術的な理由ですか?
これは、理由を説明する Ericのブログ投稿です。