start populating the new System.Web.Configuration_2.0 dir
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IndexerNameAttribute.cs
index b4642b13d69badef1fbff94320bf6451ed3ace58..f8f912ff68ddf0b539e6c4615c16e0d2e20c21d6 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Runtime.CompilerServices {
 
-       [AttributeUsage(AttributeTargets.Property, Inherited=true)]\r
+       [AttributeUsage(AttributeTargets.Property, Inherited=true)]
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class IndexerNameAttribute : Attribute {
                public IndexerNameAttribute (string indexer_name)
                {