What is the member in brackets [...] when viewing in `Watch`?
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`? What is the member in brackets [...] when viewing in `Watch`?](https://i.stack.imgur.com/97dNQ.png)
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
加载中,请稍侯......
精彩评论