NAnt SDK Documentation - v0.85-nightly-2005-11-09

ChainableReader.Dispose Method 

[This is preliminary documentation and subject to change.]

Calls close and supresses the finalizer for the object.

[Visual Basic]
NotOverridable Public Sub Dispose() _
    Implements IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

Remarks

Missing <remarks> documentation for M:NAnt.Core.Filters.ChainableReader.Dispose

See Also

ChainableReader Class | NAnt.Core.Filters Namespace