C# 클래스 Reko.Core.Serialization.Procedure_v1

상속: ProcedureBase_v1
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CSignature string

프로퍼티 상세

CSignature 공개적으로 프로퍼티

The signature of the function as specified by the user. It is written in C syntax, with the [[reko::arg(register,{name})]] extension for specifying values passed or returned in parameters.
public string CSignature
리턴 string