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:

1.  Built-in types

2.  User-defined types

3.  Enumerations.


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 Print This Post





  • Related Posts



  • Leave a Reply

    Comment moderation is enabled. Your comment may take some time to appear.