
clr-via-c#
文章平均质量分 93
NIYIWEIA
这个作者很懒,什么都没留下…
展开
-
CLR via C# 总结之Chap5 Primitive, Reference, and Value Types
Primitive Types Any data types the compiler directly supports are called primitive types. Primitive types map directly to types existing in the Framwork Class Library(FCL).图1The primitive type name原创 2017-08-18 15:01:27 · 478 阅读 · 0 评论 -
CLR via C# 总结之Chap4 Type Fundamentals
Type conversionAll types are derived from System.Object(like Java), so every object shares a minimum set of behaviors defined by System.ObjectCLR requires every object to be created using new operato原创 2017-07-24 16:35:40 · 419 阅读 · 0 评论