[Tip: default access modifier]

Things declared outside of a class or struct will default to internal (When you define a data type of some kind (class, struct, enum, etc.) you need not specify an access modifier, but be aware that the default will be internal. ).

Things declared inside of a class or struct will default to private.

posted @ 2010-04-02 15:52  能巴  阅读(196)  评论(0编辑  收藏  举报