Bridge

IndexerNameAttribute Class

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

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[AttributeUsageAttribute]
public class IndexerNameAttribute : Attribute
<ExternalAttribute> _
<AttributeUsageAttribute> _
Public Class IndexerNameAttribute _
	Inherits Attribute
[ExternalAttribute]
[AttributeUsageAttribute]
public ref class IndexerNameAttribute : public Attribute

Inheritance Hierarchy


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