Skip to content

Commit 010e21f

Browse files
committed
uncommented updatevalue
1 parent b85fd23 commit 010e21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSVSerializer.NET/Row.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void UpdateValue(int Index, Value<object> NewValue)
4343
{
4444
try
4545
{
46-
// Values[Index].UpdateValue(NewValue); //delegates the Value class to update the value
46+
Values[Index].UpdateValue(NewValue); //delegates the Value class to update the value
4747
}
4848
catch { }
4949
}

0 commit comments

Comments
 (0)