使用 linq 查询 ilist
我想使用 linq 从 ilist 获取数据,该数据具有一个类的类型 - 例如 - iList - 我所知道的一切,在这个 iList 中保存了电子邮件和姓名,但是这个 iList 没有字符串类型,而是这个类。 我怎样才能得到它们? 如果能将这些数据放入我自己的列表中,那就太好了 有任何提示如何做到这一点吗?
I would like to get data with linq from ilist which has type of one class - for example - iList - everything I know, that in this iList are saved emails and names, but this iList has no string type, but this class.
How can I get them?
It would be great to put this data to my own List
Any hint how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
emailList 现在将仅包含电子邮件地址。
emailList will now contain only the email addresses.
这是你想要的吗?
Is this what you want?