Method WrapReader
WrapReader(String, TextReader)
Wraps / alters the given
Declaration
protected virtual TextReader WrapReader(string fieldName, TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | name of the field which is to be analyzed |
TextReader | reader | the reader to wrap |
Returns
Type | Description |
---|---|
TextReader | the wrapped reader |