12
06
2008
C# - Value Types - Introduction
Posted by: kaizenlog in .NET, tags: C# - Value Types - Introduction
C# - Value Types - Introduction
Value types are variables that contain their data directly instead of containing a reference to the data stored somewhere else in memory.Instances of value types are stored in stack.
Three general value types:
These types are derived from System.Value.
Popularity: 3% [?]
Welcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. You can also share this post with your friends by clicking on the 'ShareThis' button above. Thanks for visiting!
Print This Post









Entries (RSS)