MISIMP3

969

Does not implement member since case does not match

A class that implements an interface must implement every aspect of that interface exactly as it is defined. Because a class member did not match the case of the specified interface member (even though it matched in all other ways), the interface member was not implemented. Change the case of the class member to match the interface member.