diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 968d629c4..c520ccfe4 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -11,6 +11,7 @@
@@ -485,7 +486,7 @@ with one of the following three approaches; namely the SWIG C arrays library, P/ pinned arrays.
-@@ -522,7 +523,7 @@ example.print_array(c.cast()); // Pass to C -
@@ -649,7 +650,7 @@ and intermediate class method -
@@ -744,7 +745,7 @@ public static extern void myArrayCopy(IntPtr jarg1, IntPtr jarg2, int jarg3); -
@@ -841,7 +842,7 @@ set so should only be used when a C# exception is not created.
-@@ -1023,7 +1024,7 @@ method and C# code does not handle pending exceptions via the canthrow attribute Actually it will issue this warning for any function beginning with SWIG_CSharpSetPendingException.
-@@ -1088,7 +1089,7 @@ The managed code generated does check for the pending exception as mentioned ear -
@@ -1145,7 +1146,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_evensonly(int jarg1) { Multiple catch handlers are generated should there be more than one exception specifications declared.
-@@ -1279,7 +1280,7 @@ try { -
@@ -1292,7 +1293,7 @@ The following sections provide information on the C# director implementation and However, the Java directors section should also be read in order to gain more insight into directors.
-@@ -1413,7 +1414,7 @@ CSharpDerived - UIntMethod(123) -
@@ -1599,7 +1600,7 @@ void SwigDirector_Base::BaseBoolMethod(Base const &b, bool flag) { -
@@ -1647,7 +1648,7 @@ However, a call from C# to CSharpDefaults.DefaultMethod() will of cours should pass the call on to CSharpDefaults.DefaultMethod(int)using the C++ default value, as shown above.
-@@ -1779,7 +1780,7 @@ public class Bike : IDisposable { Note the addReference call.
-@@ -1898,7 +1899,7 @@ The 'cscode' typemap simply adds in the specified code into the C# proxy class. -
@@ -2184,7 +2185,7 @@ public class example { -
@@ -2285,7 +2286,7 @@ Some points to note:
@@ -2385,7 +2386,7 @@ demonstrating that the class contains methods calling both unmanaged code - The following example is an alternative approach to adding managed code to the generated proxy class.
-@@ -2424,7 +2425,7 @@ public class ExtendMe : IDisposable { -
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index b53923c17..d662626a9 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -635,6 +635,7 @@
@@ -1389,6 +1390,8 @@