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

ChainableReader.Base Property

[This is preliminary documentation and subject to change.]

Gets a value indicating if the reader is backed by a stream in the chain.

[Visual Basic]
Public ReadOnly Property Base As Boolean
[C#]
public bool Base {get;}

Property Value

true if the reader is backed by a stream; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.ChainableReader.Base

See Also

ChainableReader Class | NAnt.Core.Filters Namespace