Closed bluelovers closed 6 months ago
Closing, as there's no explanation for the change, and no added functionality that wouldn't be fulfilled by an explicit as T cast in the calling context.
as T
(parse() as T).xxx vs parse<T>().xxx
(parse() as T).xxx
parse<T>().xxx
Closing, as there's no explanation for the change, and no added functionality that wouldn't be fulfilled by an explicit
as T
cast in the calling context.