Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: diws
  • Order by date
  1. diws

    Value type & Reference type

    Value types are simple types like enums, structs and datatypes like int, char. They are created on the stack and directly contain data. They are state based. Reference types are complex types like classes, interfaces, delegates. They are created on the heap and are accessed indirectly by...

Part and Inventory Search

Back
Top