By tag: Structs
0
kicks
Classes, Structs, and Objects
Explains these C# fundamentals and how to best use these C# types. Excerpt: The ability to invent your own types is tantamount to object-oriented systems. The cool thing is that, since even the built-in types of the language are plain-old CLR objects, the objects you create are on a level playing fi...