c# - Import local class into project -
i have class called local in project. there way use import "local" don't have type class name? example using
"example()"
instead of
"local.example()"?
sorry, can't static import (like in java) or class import (python) in c#.
Comments
Post a Comment