PERWAPI.InterfaceImpl.InterfaceImpl C# (CSharp) Method

InterfaceImpl() private method

private InterfaceImpl ( ClassDef theClass, Class theInterface ) : System
theClass ClassDef
theInterface Class
return System
        internal InterfaceImpl(ClassDef theClass, Class theInterface)
        {
            this.theClass = theClass;
            this.theInterface = theInterface;
            tabIx = MDTable.InterfaceImpl;
        }

Same methods

InterfaceImpl::InterfaceImpl ( ClassDef theClass, TableRow theInterface ) : System
InterfaceImpl::InterfaceImpl ( PEReader buff ) : System