ReSharper Curiosity: „Parameter wird nur für Vorbedingungsprüfungen verwendet.“
Warum beurteilt mich ReSharper nach diesem Code? private Control GetCorrespondingInputControl(SupportedType supportedType, object settingValue) { this.ValidateCorrespondingValueType(supportedType, settingValue); switch(supportedType) { case SupportedType.String: return new TextBox { Text =...