Summary
Construct that allows this filter to be chained to the one
in the parameter chainedReader.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- TabsToSpaces
Syntax
public override void Chain(ChainableReader chainedReader)
Parameters
| Name | Type | Description |
|---|---|---|
| chainedReader | ChainableReader | Filter that the filter will be chained to |
Return Value
| Type | Description |
|---|---|
| void |
