From b98445c19fb42b58b6fda4b340938039eb3c1be7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 13 May 2006 23:15:37 +0000 Subject: [PATCH] Director support added git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9096 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/CSharp.html | 401 ++++++++++++++++++++++++++++++- SWIG/Lib/csharp/csharp.swg | 188 ++++++++++++++- SWIG/Lib/csharp/enums.swg | 12 + SWIG/Lib/csharp/enumsimple.swg | 12 + SWIG/Lib/csharp/enumtypesafe.swg | 12 + SWIG/Lib/csharp/std_string.i | 26 +- SWIG/Lib/csharp/typemaps.i | 40 ++- 7 files changed, 679 insertions(+), 12 deletions(-) diff --git a/SWIG/Doc/Manual/CSharp.html b/SWIG/Doc/Manual/CSharp.html index 443722693..05adf028d 100644 --- a/SWIG/Doc/Manual/CSharp.html +++ b/SWIG/Doc/Manual/CSharp.html @@ -18,6 +18,7 @@
  • C# exception example using exception specifications
  • Custom C# ApplicationException example +
  • C# Directors
  • C# Typemap examples