Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can you please explain me what is the exact difference between these things in C# i have confusing with these things
Posted

There is the documentation for such things, see, for instance: "Modifiers (C# Reference)"[^].
 
Share this answer
 
Comments
__TR__ 5-Feb-13 6:25am    
+5
See const-vs-readonly.aspx[^]
and const,_static_and_readonly[^]

The static keyword means that it's on the class level instead of being a property of an instance of that class.

Cheers,
Edo
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900