CS0229 false positive?
Why is there an ambiguity here if there's only one member with that name?
6 Replies
i'm guessing because your hairstyletypes in this class is overriding a member with the same name in the parent class
you would specify it with the
this.
prefixI've never had that issue with an override before
me neither but it's all I can think of from that screenshot
what exactly does T_Hairstyle look like
String[] don't have count properties, you can use lenght
It looks like there was another class named identically. Sorry for the mixup!