Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Wiki Markup
This method is certainly not as efficient as a simple object creation, but it guarantees future compatibility with new properties that Option may receive. The only caveat is that the Option class, and any class that extends it, must implement the attribute \[Serializable\] so that it can be serialized:

No Format

[Serializable]
public class MyOption : Option
{
...
}

Release 1.1 Ported to C#

Version 1.1 of the CLI library has been ported to C# (Homepage) and is available at http://code.lostcreations.com/browser/trunk/lib/csharp/Cli/. You can download the sources from the subversion repository with the following command:

...