Property Leaves
Leaves
Returns the context's leaves if this context is a top-level context. For convenience, if this is an AtomicReaderContext this returns itself as the only leaf.
Note: this is convenience method since leaves can always be obtained by walking the context tree using Children.
Declaration
public abstract IList<AtomicReaderContext> Leaves { get; }
Property Value
Type | Description |
---|---|
IList<AtomicReaderContext> |