Summary
Gets a value indicating if the reader is backed by a stream in the
chain.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- ChainableReader
Syntax
public bool Base { get; }
Value
Type | Description |
---|---|
bool |
true if the reader is backed by a stream;
otherwise, false .
|