Skip to main content

CS0114

PropertyValue
Title'function1' hides inherited member 'function2'. To make the current method override that implementation, add the override keyword. Otherwise add the new keyword.
SeverityWarning

Code Fixes

  • Add 'new' modifier
  • Add 'override' modifier
  • Remove member declaration

See Also