Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5514fe commit d300111Copy full SHA for d300111
src/runtime/clrobject.cs
@@ -5,6 +5,7 @@
5
namespace Python.Runtime
6
{
7
[Serializable]
8
+ [DebuggerDisplay("clrO: {inst}")]
9
internal class CLRObject : ManagedType
10
11
internal object inst;
0 commit comments