Chapter 11. Structures and Enumerations

In This Chapter

• Implementing Structures

Overloading Operators

Structures and Common Language Specification

Enumerations

So far, we have discussed a lot of important concepts about .NET development with Visual Basic. Just to mention some key topics, we have covered class fundamentals, objects’ lifetime, types’ organization, and exception handling. We applied all these concepts to reference types (classes). But in your developer life, you will often work with value types, both built-in and custom ones. In Chapter 4, “Data Types and Expressions,” you started with the most important built-in value types in the .NET Framework. To complete your skills, though, you now need to know how to implement your ...

Get Visual Basic® 2012 Unleashed, Second Edition 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.