public VTableBuilder(TypeDesc typeDesc, IInterfaceOffsetTable ioTable) { _methodsTable = new Dictionary <MethodToken, MethodDesc>(); _typeDesc = typeDesc; _ioTable = ioTable; }
public VTable(Dictionary <MethodToken, MethodDesc> table, IInterfaceOffsetTable iotTable) { _table = table; _iotTable = iotTable; }