Get a list of distinct values in List

后端 未结 5 1287
孤城傲影
孤城傲影 2020-11-27 12:01

In C#, say I have a class called Note with three String member variables.

public class Note
{
    public string Title;
    public string Author;
    public s         


        
5条回答
提交回复
热议问题