9. Other Framework Types

In the last chapter we looked at how you define .NET Framework classes. Classes are the most common of Framework types, and in many ways the most complex, but they’re not the only ones. In this chapter, we’ll look at the remaining types: Structures, which are like baby classes; Enumerations, which are simple lists of named values; and Interfaces, which are like the definition of a class without any implementation.

image

Fitting It In

image

Like classes, structures, enumerations and interfaces are implemented using Visual Basic type ...

Get Fluent Visual Basic® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.