Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint

Summary

Section 21.1 Introduction

  • Dynamic data structures can grow and shrink at execution time.

Section 21.2 Simple-Type structs, Boxing and Unboxing

  • All simple-type names are aliases for corresponding structs in namespace System.

  • Each simple type struct declares methods for manipulating the corresponding simple-type values.

  • Each struct that represents a simple type inherits from class ValueType in namespace System.

  • A boxing conversion creates an object that contains a copy of a simple-type value.

  • An unboxing conversion retrieves a simple-type value from an object.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial