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 44f39da commit ea4b2b6Copy full SHA for ea4b2b6
src/runtime/Types/EnumObject.cs
@@ -7,7 +7,7 @@ namespace Python.Runtime
7
/// Managed class that provides the implementation for reflected enum types.
8
/// </summary>
9
[Serializable]
10
- internal class EnumObject : ClassObject
+ internal class EnumObject : ClassBase
11
{
12
private bool _isUnsigned;
13
0 commit comments