[]
Gets an Index<T> or a Subindex<T> definition on which the scanner is based.
IndexDefinition<T> Definition { get; }
Type | Description |
---|---|
IndexDefinition<T> | For a subindex scanner, returns a Subindex<T>. For an index scanner, returns the same Index<T> object as the scanner itself. |