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.
octect も quad もペアリングもできず、単一のままであるという状況に直面したとします。どうすればいいですか?私はそれを無視する必要がありますか?
このような孤立した要素 (「ドント ケア」変数を表さない限り) は、本質的な主含意であるため、含める必要があります。
I have below code in c# 4.0.
//Dictionary object with Key as string and Value as List of Component type object Dictionary<String, List<Component>> dic = new Dictionary&