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 인스턴스에 반영되는 메서드의 시그니처를 포함하는 문자열입니다.

적용 대상