I\'ve been looking for help on how to find objects in Generics with List.Find() method .... and ... take a look what I have found.
In the follow example, I created a simple class:
public int ID { get{ return _id;} set{ _id = value;}}
public int Name { get{ return _name;} set{ _name= value;}}
public Person(int id, string name)
{
_id = id;
_name = name;
}
}
本文地址:https://www.stayed.cn/item/12849
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我