Skip to main content

Class ElementSection

Element section in a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public class ElementSection : Section

Inheritance: System.Object -> WaaS.Models.Section

Properties

Elements

View Source
Declaration
public ReadOnlyMemory<Element> Elements { get; }