Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IndexerNameAttribute Class

Indicates the name by which an indexer is known in programming languages that do not support indexers directly.

For a list of all members of this type, see IndexerNameAttribute Members.

System.Object
   System.Attribute
      System.Runtime.CompilerServices.IndexerNameAttribute

[Visual Basic]
<AttributeUsage(AttributeTargets.Property)>
<Serializable>
NotInheritable Public Class IndexerNameAttribute
   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Property)]
[Serializable]
public sealed class IndexerNameAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Property)]
[Serializable]
public __gc __sealed class IndexerNameAttribute : public
   Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Property)
 Serializable
class IndexerNameAttribute extends Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

You can apply this attribute to properties.

This attribute is directly processed by the compiler, and cannot be accessed after compilation through Reflection.

The classes in System.Runtime.CompilerServices are for compiler writers use only.

Requirements

Namespace: System.Runtime.CompilerServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: Mscorlib (in Mscorlib.dll)

See Also

IndexerNameAttribute Members | System.Runtime.CompilerServices Namespace

Show:
© 2017 Microsoft