Bridge

IndexerNameAttribute Constructor

Initializes a new instance of the IndexerNameAttribute class.

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

Syntax


public IndexerNameAttribute(
	string indexerName
)
Public Sub New ( _
	indexerName As String _
)
public:
IndexerNameAttribute(
	String^ indexerName
)

Parameters

indexerName
Type: System..::..String
The name of the indexer, as shown to other languages.