C-minor v0.0

Parameter.NativeName Property

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
Declaring Type: Parameter

The in-method name of this parameter

public string NativeName { get; set; }

Remarks

For reference types, this is the name in the stack frame structure, including the stack frame variable eg: "$sf.my_string_param" For value types, this is the same as the name of parameter eg: "my_int_param"

Property Type

string