Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted
Metriche repository
- Star
- (20.414 star)
- Metriche merge PR
- (Merge medio 5g 21h) (286 PR mergiate in 30 g)
Descrizione
Instead of
> new { X = 1, Y = 2 }
<>f__AnonymousType0#4<int, int>(\{ X = 1, Y = 2 })
Print something like
> new { X = 1, Y = 2 }
{ X = 1, Y = 2 }