Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs')
-rwxr-xr-xmcs/class/corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs
deleted file mode 100755
index cf61a66b979..00000000000
--- a/mcs/class/corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// System.Runtime.CompilerServices.IndexerNameAttributecs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-namespace System.Runtime.CompilerServices {
-
- [AttributeUsage(AttributeTargets.Property, Inherited=false)] [Serializable]
- public sealed class IndexerNameAttribute : Attribute {
- public IndexerNameAttribute (string indexer_name)
- {
- }
- }
-}