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
Share this Page URL
Help

8. Classes in the .NET Framework > Fitting It In

Fitting It In

image

Classes are part of the .NET Framework type system that also includes interfaces, structures, and enumerations. They’re implemented using C# type and member keywords (of which class is one), and translated by the compiler into .NET Framework types, and by the CLR into types in the Common Type System (CTS). In this chapter, we’ll examine the member keywords as they relate to classes. In the next chapter, we’ll look at the remaining .NET Framework types.

image
image


  

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


 Â