我正在尝试从类型列表中获取属性并将它们放在另一个列表中。我不确定您如何遍历对象列表以访问属性。
例如:
List<images> myImages = new List<images>();
List<string> typeOfImage = new List<string>();
typeOfImage.Add(myImages.type);
有人可以帮助我吗?
我正在尝试从类型列表中获取属性并将它们放在另一个列表中。我不确定您如何遍历对象列表以访问属性。
例如:
List<images> myImages = new List<images>();
List<string> typeOfImage = new List<string>();
typeOfImage.Add(myImages.type);
有人可以帮助我吗?