C# Class Wasm.HeapU8

ファイルを表示 Open project: WebAssembly/ilwasm

Public Methods

Method Description
this ( int offset ) : byte
this ( int @base, int offset ) : byte

Method Details

this() public method

public this ( int offset ) : byte
offset int
return byte

this() public method

public this ( int @base, int offset ) : byte
@base int
offset int
return byte