[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IIndexedSource-1.Indexes

Indexes Property

Indexes

Gets the collection of indexes attached to this collection.

Declaration
ScannerCollection<T> Indexes { get; }
Property Value
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>.