-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestusabilityMake the library easier to useMake the library easier to use
Description
Desired usage:
public sealed class MyVisitor : CsvUTF8StringReaderVisitorBase
{
public MyVisitor(int maxFieldLength, DecoderFallback decoderFallback)
: base(maxFieldLength, decoderFallback)
{
}
public override void VisitField(string field)
{
// do stuff with this field
}
public override void VisitEndOfRecord()
{
// same as the base version
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestusabilityMake the library easier to useMake the library easier to use