SignatureHeader.ToString 메서드
정의
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
반환
현재 개체를 나타내는 문자열입니다.A string that represents the current object.