MethodBuilder.Signature プロパティ

定義

メソッドの署名を取得します。

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

プロパティ値

読み取り専用です。 この MethodBase インスタンスによって反映されるメソッドの署名が含まれる文字列。

適用対象