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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System Type.cs,1.12,1.13


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System Type.cs,1.12,1.13
Date: Fri, 07 Feb 2003 13:38:03 -0500

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

Modified Files:
        Type.cs 
Log Message:
add non-ECMA GetTypeCode() method


Index: Type.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Type.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Type.cs     4 May 2002 05:16:06 -0000       1.12
--- Type.cs     7 Feb 2003 18:38:00 -0000       1.13
***************
*** 524,527 ****
--- 524,532 ----
  
  #if !ECMA_COMPAT
+ 
+       public static TypeCode GetTypeCode(Type type)
+                       {
+                               throw new 
NotImplementedException("GetTypeCode");
+                       }
        // Get a type from a class identifier.
        //





reply via email to

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