当我生成一个新类时,我希望明确写下默认访问修饰符,例如:
internal class Foo { }
代替:
class Foo { }
这是否可以通过设置实现,如果可以,如何实现?
c# vb.net visual-studio
c# ×1
vb.net ×1
visual-studio ×1