Skip to content
Gerard edited this page Jun 18, 2014 · 1 revision

C# features supported

  • if, else, for, while, do while statements
  • Classes, methods and variables
  • Forward declaration detection
  • Foreach statement
  • Properties
  • Exceptions
  • File / filestream
  • Explicit / implicit casting: as / is keyword
  • Arrays
  • Automatic boxing
  • Nested classes
  • Tepmlates, and explicit generic interfaces
  • Covariance (Basic level)
  • Constraints (Basic level)
  • Generics List and Dictionary
  • Structs
  • Delegates and events
  • Threads
  • Enums
  • Threads and Timers
Clone this wiki locally