Summary
Makes it so all calls to Read and Peek are passed the ChainableReader
passed as a parameter.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- ChainableReader
Syntax
public virtual void Chain(ChainableReader parentChainedReader)
Parameters
Name | Type | Description |
---|---|---|
parentChainedReader | ChainableReader | ChainableReader to forward calls to |
Return Value
Type | Description |
---|---|
void |