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 566898a commit ebf31a8Copy full SHA for ebf31a8
src/runtime/pyobject.cs
@@ -126,17 +126,7 @@ protected virtual void Dispose(bool disposing)
126
disposed = true;
127
}
128
129
-
130
- public long RefCount
131
- {
132
- get
133
134
- if(!disposed)
135
- return Runtime.Refcount(obj);
136
- return -1;
137
- }
138
139
+
140
public void Dispose()
141
{
142
Dispose(true);
0 commit comments