Skip to main content

Class FunctionBody

Represents the body of a function.

Assembly: WaaS.Core.dll
View Source
Declaration
public class FunctionBody

Properties

Locals

View Source
Declaration
public ReadOnlyMemory<Local> Locals { get; }

Instructions

View Source
Declaration
public ReadOnlyMemory<Instruction> Instructions { get; }