Oops, I of course meant:

static Test createFromString(string str)
{
  return new Test(str);
}

Reply via email to