Thanks!

But if I have a lot of property like^
string name
int age
....

it's not good to specify all of them in paranceses:
auto file = new FileName("test.txt", 21, ETC);

How can I specify them in another way?

Reply via email to