Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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

...