-Các field trong Argument là public hay private ? Field hay Properties ?
-2 constructor của Argument dùng để làm gì ?
1 cái như thế này ?
public Argument(int ID, String Type, String Name)
{
this.ID = ID;
this.Type = Type;
this.Name = Name;
}
Còn
public Argument()
{
}
Original issue reported on code.google.com by svic4ever@gmail.com on 9 Nov 2010 at 7:39
Original issue reported on code.google.com by
svic4ever@gmail.com
on 9 Nov 2010 at 7:39