Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: IEnumerable<string[]> ParseCsv(string, int)Declarationpublic static IEnumerable<string[]> ParseCsv(
string content,
int minColumns = 0
) SummaryParses content as CSV. For details see Ut.ParseCsv(TextReader, int). |