什么是“静态"?在C#中?

什么是“静态

问题描述:

"public static void Main()"

"public static void Main()"
Where can i find down the information about key word "static"?

您搜索CP了吗?

已解密的静态关键字 [
Did you search CP?

Static Keyword Demystified[^]


请通过以下链接,您将获得有关静态关键字的信息:
http://msdn.microsoft.com/en-us/library/79b3xss3.aspx [ ^ ]
http://msdn.microsoft.com/en-us/library/k9x6w0hc.aspx [ ^ ]
http://msdn.microsoft.com/en-us/library/98f28cdx.aspx [ ^ ]
Please go through the below links, you will get info on static keyword:
http://msdn.microsoft.com/en-us/library/79b3xss3.aspx[^]
http://msdn.microsoft.com/en-us/library/k9x6w0hc.aspx[^]
http://msdn.microsoft.com/en-us/library/98f28cdx.aspx[^]


您应该考虑购买有关C#的基本书籍并阅读.对于您意识到自己不知道的每件事,都会有3个您不知道只是在网络上阅读随机的东西而错过.
You should consider buying a basic book on C# and reading it. For every thing you realise you didn''t know, there will be 3 you had no idea you missed from just reading random stuff on the web.