伙计们,我有一个“最佳实践问题”例如我有这个类(class):classPerson{publicintage{get;set;}}classComputer{publicvoidcheckAge(Personp)//WhichoneisrecommendedTHIS{//DosmthgwiththeAGE}publicvoidcheckAge(intp)//ORTHIS{//Dosmthgwiththeage.}}建议通过什么?正是我需要的(int-value类型)或整个对象(引用类型)我问这个是因为我在我正在制作的应用程序上使用LINQ,并且我已经创建了许多实体,我应该在其中传递I