Introduction to C#
- slide 27 : 43
Declaration and Types
Declaration structure
VB: Variable before type
C#: Variable after type
Types provide by the languages
The same underlying types
Known under slightly different names in VB and C#
VB and C# share the .NET types