public PInvokeImplementation(MetaDataMember member, PInvokeImplAttributes attributes, ModuleReference moduleRef, string entrypoint) : base(new MetaDataRow((uint)attributes, (uint) 0, (uint) 0, moduleRef.TableIndex)) { this._member = member; this._importScope = moduleRef; this._entrypoint = entrypoint; }
public PInvokeImplementation(MetaDataMember member, PInvokeImplAttributes attributes, ModuleReference moduleRef, string entrypoint) : base(new MetaDataRow((uint)attributes, (uint)0, (uint)0, moduleRef.TableIndex)) { this._member = member; this._importScope = moduleRef; this._entrypoint = entrypoint; }