IAppxBlockMapBlock constructor

IAppxBlockMapBlock(
  1. VTablePointer ptr
)

Creates a new instance of IAppxBlockMapBlock from a VTablePointer.

This constructor requires a valid pointer to the IAppxBlockMapBlock interface. The ptr must not be nullptr; otherwise, an assertion error is thrown.

Implementation

IAppxBlockMapBlock(super.ptr)
  : _vtable = ptr.value.cast<IAppxBlockMapBlockVtbl>().ref;