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

他の言語に示された、インデクサーの名前。

適用対象