IMetaDataTables2 constructor
IMetaDataTables2(
- VTablePointer ptr
Creates a new instance of IMetaDataTables2 from a VTablePointer.
This constructor requires a valid pointer to the IMetaDataTables2
interface. The ptr must not be nullptr; otherwise, an assertion error
is thrown.
Implementation
IMetaDataTables2(super.ptr)
: _vtable = ptr.value.cast<IMetaDataTables2Vtbl>().ref;