79648118

Date: 2025-06-02 02:55:34
Score: 2
Natty:
Report link

Could someone perhaps also elaborate on the properties? There are zero comments in source, so it is difficult to know what the intended purpose is. Especially in comparison and/or contrast of ReturnedClass, which I take to mean the intended CLR type in question, DefaultValue.

DefaultValue, somewhat obvious albeit without comments, in my case looking at NodaTime.Duration.Zero, right. So if we're talking about NodaTime.Duration, then what is PrimitiveClass in that picture? Could be for instance string? Or System.TimeSpan? Or what else?

Thank you...

abstract System.Type PrimitiveClass { get; }
abstract object DefaultValue { get; }
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Michael W. Powell