From c60b129351cd46facdf6c82869fadf6086c7a56d 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/SWIG@9096 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/CSharp.html | 401 +++++++++++++++++++++++++++++++++++- Lib/csharp/csharp.swg | 188 ++++++++++++++++- Lib/csharp/enums.swg | 12 ++ Lib/csharp/enumsimple.swg | 12 ++ Lib/csharp/enumtypesafe.swg | 12 ++ Lib/csharp/std_string.i | 26 ++- Lib/csharp/typemaps.i | 40 +++- 7 files changed, 679 insertions(+), 12 deletions(-) diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 443722693..05adf028d 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -18,6 +18,7 @@
  • C# exception example using exception specifications
  • Custom C# ApplicationException example +
  • C# Directors
  • C# Typemap examples