Method SetReader
SetReader(TextReader)
Resets the encapsulated components with the given reader. If the components cannot be reset, an Exception should be thrown.
Declaration
protected virtual void SetReader(TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
TextReader | reader | a reader to reset the source component |