开发者

What is the member in brackets [...] when viewing in `Watch`?

开发者 https://www.devze.com 2023-03-16 04:43 出处:网络
As the below snapshot when debugging, I see members listed between brackets. What are they?开发者_Go百科

As the below snapshot when debugging, I see members listed between brackets. What are they?

开发者_Go百科

What is the member in brackets [...] when viewing in `Watch`?


Inside the brackets the actual runtime type of the object can be found. Outside the brackets the reference type can be found.

Difference Between Object Type and Reference Type

0

精彩评论

暂无评论...
验证码 换一张
取 消