码迷,mamicode.com
首页 > 其他好文 > 详细

Data Types

时间:2014-10-22 21:57:17      阅读:386      评论:0      收藏:0      [点我收藏+]

标签:io   ar   on   ad   ef   as   res   type   ui   

// DATA TYPES
//
// Built-In Types(Simple)
// -Numeric
// -Character
// -Boolean
//
// Custom Types(Complex)
// -Structures
// -Classes
// -Interfaces
// -Enumerations
//
// Common Type System
// -Each type is either a value type or a reference type
// -Supports inheritance
// -Value types derive from System.ValueType
// -All types ferive from System.Object
//
// Value Types
// -Built-in types
// -Structures
// -Enumerations
// -Stored on the stack
// -Passed by value(a copy)
//
// Reference Type
// -Classes
// -Interfaces
// -Stored on the heap
// -Passed by reference(memory address)
// -Changing modifies original value

Data Types

标签:io   ar   on   ad   ef   as   res   type   ui   

原文地址:http://www.cnblogs.com/yoghourt/p/4044187.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!