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 b85fd23 commit 010e21fCopy full SHA for 010e21f
CSVSerializer.NET/Row.cs
@@ -43,7 +43,7 @@ public void UpdateValue(int Index, Value<object> NewValue)
43
{
44
try
45
46
- // Values[Index].UpdateValue(NewValue); //delegates the Value class to update the value
+ Values[Index].UpdateValue(NewValue); //delegates the Value class to update the value
47
}
48
catch { }
49
0 commit comments