Share via


IndexerNameAttribute(String) 建構函式

定義

初始化 IndexerNameAttribute 類別的新執行個體。

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)

參數

indexerName
String

索引子的名稱,當顯示給其他語言時。

適用於