Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| 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.
|