Quantcast
Viewing latest article 2
Browse Latest Browse All 7

From AS3 to C#, Part 13: Where Everything Goes

Today we continue the series by wrapping up C#’s class/interface/struct/enum system with a discussion of where to put them all. We’ll focus on package/namespace, organizing types into files, and some details of using/import. In AS3, there are classes, interfaces, and functions but not structures or enums. You can choose to put them in a package […]

Viewing latest article 2
Browse Latest Browse All 7

Trending Articles