Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
ScannerCollection<T> IIndexedSource<T>.Indexes { get; }
Visual Basic
Private ReadOnly Property Indexes As ScannerCollection(Of T)
	Implements IIndexedSource(Of T).Indexes
	Get

Implements

IIndexedSource<(Of <(<'T>)>)>..::..Indexes

See Also