Author: noaml
Date: 2007-07-01 13:59:11 -0400 (Sun, 01 Jul 2007)
New Revision: 81148
Modified:
trunk/mcs/class/System/System.ComponentModel/PropertyDescriptorCollection.cs
Log:
Fix for compilation in Java
Modified:
trunk/mcs/class/System/System.ComponentModel/PropertyDescriptorCollection.cs
===================================================================
---
trunk/mcs/class/System/System.ComponentModel/PropertyDescriptorCollection.cs
2007-07-01 17:18:34 UTC (rev 81147)
+++
trunk/mcs/class/System/System.ComponentModel/PropertyDescriptorCollection.cs
2007-07-01 17:59:11 UTC (rev 81148)
@@ -166,12 +166,6 @@
throw new NotImplementedException ();
}
-#if TARGET_JVM
- IEnumerator IEnumerable.GetEnumerator ()
- {
- return GetEnumerator ();
- }
-#endif
public int IndexOf (PropertyDescriptor value)
{
return properties.IndexOf (value);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches