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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel TypeConverter.


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel TypeConverter.cs,1.5,1.6
Date: Sun, 01 Jun 2003 14:56:26 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel
In directory subversions:/tmp/cvs-serv28329/System/ComponentModel

Modified Files:
        TypeConverter.cs 
Log Message:
Fixes to Uri to match changes in the compiler and TypeConverter to match spec


Index: TypeConverter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/TypeConverter.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** TypeConverter.cs    29 May 2003 05:38:17 -0000      1.5
--- TypeConverter.cs    1 Jun 2003 18:56:24 -0000       1.6
***************
*** 218,226 ****
  
        // Return a collection of standard values for this data type.
!       public ICollection GetStandardValues()
                        {
                                return GetStandardValues(null);
                        }
!       public virtual ICollection GetStandardValues
                                (ITypeDescriptorContext context)
                        {
--- 218,226 ----
  
        // Return a collection of standard values for this data type.
!       public StandardValuesCollection GetStandardValues()
                        {
                                return GetStandardValues(null);
                        }
!       public virtual StandardValuesCollection GetStandardValues
                                (ITypeDescriptorContext context)
                        {





reply via email to

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