Merge pull request #644 from knocte/connstrings
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationCollectionAttribute.cs
index 9b9d4a09497b7cd6e8e6268cf7fdcb8ff725e84e..e9ddfd1198d1f543b3f8a0fd8f77f719105e53fb 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 using System.Collections;
 
 namespace System.Configuration
@@ -65,11 +64,9 @@ namespace System.Configuration
                        set { collectionType = value; }
                }
                
-               [MonoTODO ("Do something with this in ConfigurationElementCollection")]
+               [MonoInternalNote ("Do something with this in ConfigurationElementCollection")]
                public Type ItemType {
                        get { return itemType; }
                }
        }
 }
-
-#endif