Yurttas/PL/OOL/CS/F/02/01/index page

c# programming language fundamentals
2. c# language fundamentals

c# language specification - types


built-in types | user-defined types


c# types : value-type
           reference-type
           [ pointers (only in unsafe code) ]


fcl is collection of types : Classes
                             Structs
                             Interfaces
                             Enumerations
                             Delegates

c#, .net framework, and visual studio.net << | >> classes, objects


Dr. Salih Yurttas