[corlib] ComTypes from reference sources
[mono.git] / mcs / class / corlib / System.Security.Policy / ApplicationTrustCollection.cs
index 1fc8feb1860cc43a9ac0e42ddf148df6e16280c4..3afbad5c676784bfdb23dece300f208ac15f16fd 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Collections;
 using System.Globalization;
@@ -39,7 +38,7 @@ namespace System.Security.Policy {
 
                private ArrayList _list;
 
-               public ApplicationTrustCollection ()
+               internal ApplicationTrustCollection ()
                {
                        _list = new ArrayList ();
                }
@@ -226,4 +225,3 @@ namespace System.Security.Policy {
        }
 }
 
-#endif