C# Class Reko.Core.Serialization.Procedure_v1

Inheritance: ProcedureBase_v1
Mostrar archivo Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
CSignature string

Property Details

CSignature public_oe property

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
return string