.net - What does it mean in Visual Studio debugger value "{ }"? -


bracket went viewed a property in my Visual Studio 2008 .NET C # project and debugger open and immediately closed curl "{} ". I believe this is an undefined (I) list, but why does it show "blank" or "initial" "{}", what does that mean?

br, matching

The most likely reason is that the type of value in question is . Overrides the string () method and returns an empty string. Due to this, the display should be {} because the return of C #EE is dispersed. {} Of


Comments