- Parameters can be passed by value or reference
- ref or out keyword makes it pass by reference
- const is always static
- constants and method names are PascalCase
- Open braces({) are NOT placed in same line
- foreach (element in iterable-item)
Created
January 30, 2021 17:44
-
-
Save vinupriyesh/7e6005a0117498329f739e00ef127bdd to your computer and use it in GitHub Desktop.
Picking up C# from Java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment