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 实例反射的方法的签名的字符串。

适用于