NAnt SDK Documentation - v0.92

ReplaceString.Chain Method (ChainableReader)

Construct that allows this filter to be chained to the one in the parameter chainedReader.

[Visual Basic]
Overrides Overloads Public Sub Chain( _
   ByVal chainedReader As ChainableReader _
)
[C#]
public override void Chain(
   ChainableReader chainedReader
);

Parameters

chainedReader
Filter that the filter will be chained to

See Also

ReplaceString Class | NAnt.Core.Filters Namespace | ReplaceString.Chain Overload List