NAnt SDK Documentation - v0.92

ChainableReader.Base Property

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.

See Also

ChainableReader Class | NAnt.Core.Filters Namespace