When I should use keyword this?I dropped it from my class and now I can make instance of class without in sych way:
auto file = new GetFileName(); file.name = "test";
When I should use keyword this?I dropped it from my class and now I can make instance of class without in sych way:
auto file = new GetFileName(); file.name = "test";