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.
オブジェクトのリストがあります。リスト内のすべてのオブジェクトのプロパティ A を取得する必要があります。これは、リスト内のオブジェクトのプロパティを取得する方法です
((myClass)(finalProjectList[0])).A
オブジェクトを myClass に入力し、すべてのオブジェクトのプロパティ A を取得してリストに入れるにはどうすればよいですか
ありがとう、SCP