IndexerNameAttribute(String) Constructor

Definition

Initializes a new instance of the IndexerNameAttribute class.

public:
 IndexerNameAttribute(System::String ^ indexerName);
public IndexerNameAttribute (string indexerName);
new System.Runtime.CompilerServices.IndexerNameAttribute : string -> System.Runtime.CompilerServices.IndexerNameAttribute
Public Sub New (indexerName As String)

Parameters

indexerName
String

The name of the indexer, as shown to other languages.

Applies to