There was an error while loading. Please reload this page.
1 parent 8da530c commit 27f501fCopy full SHA for 27f501f
1 file changed
ValveKeyValue/ValveKeyValue/KVObject_IConvertible.cs
@@ -7,7 +7,7 @@ public partial class KVObject : IConvertible
7
{
8
#region IConvertible (explicit interface)
9
10
- public TypeCode GetTypeCode() => ValueType switch
+ TypeCode IConvertible.GetTypeCode() => ValueType switch
11
12
KVValueType.Boolean => TypeCode.Boolean,
13
KVValueType.String => TypeCode.String,
0 commit comments