Click or drag to resize

fileTextInMemoryBlocksItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides direct access to the line at ln. Line number is indexed to the content as a whole.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string this[
	int ln
] { get; set; }
Request Example View Source

Parameters

ln
Type: SystemInt32
The ln.

Property Value

Type: String
The String.

Return Value

Type: String
See Also