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.
Visual Studio では、作業ディレクトリを変更するオプションが提供されます。使い方はわかるのですが、使い方がわかりません。
アプリケーションの複雑さと関連して、作業ディレクトリの設定はどのように機能しますか?
I have a array of two dimensions object[,] data;. I want to convert the first column of my object into a list<string> or a list<object>. here
object[,] data;
list<string>
list<object>