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

显示给其他语言的索引器名称。

适用于