LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

Chapter 2 Updates #71

Closed scottkuhl closed 3 years ago

scottkuhl commented 4 years ago

Added an example of boxing and unboxing.

Also, I did not add this because it might be covered later, but there is an additional type of comment that is meant to document the code and provide IntelliSense support. You get this when you use three slashes above a method, class or property.

/// 

///     Convert Fahrenheit into Celsius. ///  public static void Main(string[] args)