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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -