mardi 22 mars 2016

Determining that interface is NOT implemented

Interface i1
End Interface

Public Class c1
    Implements i1
End Class

Public Class c2
    Inherits c1
End Class

How to determine (using reflection) that c2 have not implemented i1 ?





Aucun commentaire:

Enregistrer un commentaire