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.
デリゲートを明示的に使用して、Asp.Net の 2 つの Web ページ間で通信するように求められました。
I'm trying to convert a IList<IList<object>> to IList<object>, I mean to have a unique and one list where contains all the element (objec
IList<IList<object>>
IList<object>