Property Children
Children
Returns the context's children iff this context is a composite context
otherwise null
.
Declaration
public abstract IList<IndexReaderContext> Children { get; }
Property Value
Type | Description |
---|---|
IList<IndexReaderContext> |