General
IT Notes → C# @ December 22, 2020
- CLR is the compiler and csc *.cs *.exe csc /target:library *.cs *.dll.
- Immutable means non- editable.
- Value types such as int can also be cast to and from object. This in C# is called unification.
Subscribe
Login
0 Comments