Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • TestValueType() → Demonstrates value type behavior
  • TestReferenceType() → Demonstrates reference type behavior
  • TestRefOperator() → Shows ref parameter usage
  • TestOutOperator() → Shows out parameter usage
  • BoxingTest() → Demonstrates boxing
  • UnBoxingTest() → Demonstrates unboxing
  • TestIsCasting() → Demonstrates 'is' operator
  • TestASCasting() → Demonstrates 'as' operator

About

A comprehensive C# console application showcasing key concepts such as value types and reference types, parameter passing using ref and out, boxing and unboxing, and safe type casting using is and as operators.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages