Author: roeie
Date: 2007-05-29 07:45:13 -0400 (Tue, 29 May 2007)
New Revision: 78111

Modified:
   
trunk/mono-basic/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Interaction.vb
Log:
documentation fix

Modified: 
trunk/mono-basic/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Interaction.vb
===================================================================
--- 
trunk/mono-basic/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Interaction.vb
       2007-05-29 11:43:36 UTC (rev 78110)
+++ 
trunk/mono-basic/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Interaction.vb
       2007-05-29 11:45:13 UTC (rev 78111)
@@ -52,6 +52,8 @@
             'TODO: OS Specific
             ' Removed Throw exception, as it does not really harm that the 
beep does not work.
         End Sub
+
+        <MonoLimitation("CallType.Let options is not supported.")> _
         Public Function CallByName(ByVal ObjectRef As Object, ByVal ProcName 
As String, ByVal UseCallType As Microsoft.VisualBasic.CallType, ByVal 
ParamArray Args() As Object) As Object
             Select Case UseCallType
                 Case CallType.Get

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to