Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlTableCellCollection.cs
index f8b1752f0b2696a9dea32834c39bf717e67e26e3..508540d9764e1b27bb461519488e3cd8f090629d 100644 (file)
@@ -1,5 +1,5 @@
 //
-// System.Web.UI.HtmlControls.HtmlTableRowCollection.cs
+// System.Web.UI.HtmlControls.HtmlTableCellCollection.cs
 //
 // Author:
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
 
 using System.Collections;
+using System.Security.Permissions;
 
 namespace System.Web.UI.HtmlControls {
 
+       // CAS - no InheritanceDemand here as the class is sealed
+       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public sealed class HtmlTableCellCollection : ICollection, IEnumerable {
 
                private ControlCollection cc;