Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • all primitive types (int, double, string, etc)
  • enums
  • NOT decimal
  • Wiki Markup
    double\[\], bool\[\], int\[\], short\[\], float\[\], byte\[\], string[]
  • 'Array' if of above type at runtime!
  • ref/out keywords
  • Type, DateTime, TimeSpan (through type converter)
  • ..more through type converters
  • ..more support can be added in the code, ask!

...