>>336
object型で引数を受け取る必要あるの?

public Test( int a, string b )
{
 this.a = a;
 this.b = b;
}