Информация об изменениях

Сообщение Re: is null , is {} от 29.06.2020 0:57

Изменено 29.06.2020 0:59 Эйнсток Файр

Re: is null , is {}
https://stackoverflow.com/questions/3982658/c-sharp-object-objs-value-is-what-is

{ and } are opening and closing braces and symbolic of the start and finish of an object. Hence an empty object with no special properties is depicted in shorthand as {}. The debugger uses this notation to help you visually distinguish between an empty object, an empty string and null.