RDunkley / XML-To-Data-Class

Tool to Generate C# custom data classes from an XML file.
Apache License 2.0
0 stars 0 forks source link

Extra null check added in Importer method. #17

Closed RDunkley closed 8 years ago

RDunkley commented 8 years ago

Lines 339 and 340 (GenerateImporterMethod) in file XMLInfo should be removed. The false parameter on line 334 will automatically add the null check so this check is redundant.