dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/runtime/System Delegate.cs,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/System Delegate.cs,1.15,1.16
Date: Mon, 13 Oct 2003 02:09:02 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System
In directory subversions:/tmp/cvs-serv10611/runtime/System

Modified Files:
        Delegate.cs 
Log Message:


Remove obsolete string resources.


Index: Delegate.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Delegate.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Delegate.cs 23 Aug 2003 00:17:57 -0000      1.15
--- Delegate.cs 13 Oct 2003 02:09:00 -0000      1.16
***************
*** 181,185 ****
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException("Arg_NotDelegate");
                                }
  
--- 181,185 ----
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException(_("Arg_NotDelegate"));
                                }
  
***************
*** 257,261 ****
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException("Arg_NotDelegate");
                                }
  
--- 257,261 ----
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException(_("Arg_NotDelegate"));
                                }
  
***************
*** 300,304 ****
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException("Arg_NotDelegate");
                                }
  
--- 300,304 ----
                                if(!type.IsSubclassOf(typeof(Delegate)))
                                {
!                                       throw new 
ArgumentException(_("Arg_NotDelegate"));
                                }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]