TextLineCollectionItem Property

Gets the line at the specified index.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public TextLine this[
	int nIndex
] { get; }

Parameters

nIndex  Int32
The zero-based index of the line to return.

Return Value

TextLine
The TextLine at the specified index.

See Also