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 a81f379 commit f851ac1Copy full SHA for f851ac1
CSVSerializer.NET.CS/Deserializer.cs
@@ -65,7 +65,7 @@ public Document Deserialize()
65
doc.AddRow(row);
66
++index;
67
}
68
-
+ return doc;
69
70
71
//returns the index of the first occurrence of the spacified element
CSVSerializer.NET.sln
@@ -25,4 +25,7 @@ Global
25
GlobalSection(SolutionProperties) = preSolution
26
HideSolutionNode = FALSE
27
EndGlobalSection
28
+ GlobalSection(ExtensibilityGlobals) = postSolution
29
+ EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45
30
+ EndGlobalSection
31
EndGlobal
0 commit comments