[]
Gets the collection of indexes attached to this collection.
ScannerCollection<T> Indexes { get; }
Type | Description |
---|---|
ScannerCollection<T> | A collection of indexes attached to this collection. If this is an independent collection, not the result of a LiveLinq indexing search, then its Indexes collection contains Index<T> objects. Otherwise, that is, if it is the result of an indexing search operation such as Index.Find and others, it contains subindexes implementing IIndexScanner<T>. |