Glossary:Definition - Value type

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Value type
 Definition  .NET type containing actual data rather than a reference to data stored elsewhere in memory. Simple value types include boolean, character, decimal, floating point, and integer. Value types are stored on the stack rather than the heap thus having quick access and minimal overhead.
 See also Pointer type, Reference type, Stack vs. Heap, Structure
You may edit this definition to improve or extend it.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools