Interface ITypeParserSchemaMatcher
Tests whether a parser produced by a maker can serve another schema. The parser cache knows only this capability. the maker remains responsible for deciding what makes two generated parsers equivalent.
public interface ITypeParserSchemaMatcher
- Extension Methods
Methods
CanParse<T>(ITypeParser<T>, ColumnInfo[])
Returns whether parser accepts schema.
bool CanParse<T>(ITypeParser<T> parser, ColumnInfo[] schema)
Parameters
parserITypeParser<T>schemaColumnInfo[]
Returns
Type Parameters
T