New commandline option -namespace for putting all generated classes into a C# namespace.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5739 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e1d89a2cdc
commit
9f9ba96e8e
3 changed files with 37 additions and 24 deletions
|
|
@ -39,6 +39,10 @@ The most noteable differences to Java are the following:
|
|||
When invoking SWIG use the <tt>-csharp</tt> command line option instead of <tt>-java</tt>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
The <tt>-package</tt> command line option does not exist. The <tt>-namespace <name></tt> commandline option will generate all code into the namespace specified by <tt><name></tt>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
C/C++ variables are wrapped with C# properties and not JavaBean style getters and setters.
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue