MetaParameter.Name プロパティ

定義

パラメーターの名前を取得します。

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

プロパティ値

パラメーターの名前を示す文字列。

注釈

この値は、名前と ParameterInfo 同じです。

適用対象