Click or drag to resize

textMapTSelect Method (Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Selects the specified position.

Namespace:  imbNLP.PartOfSpeech.map
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public List<T> Select(
	int pos = -1,
	int length = -1
)

Parameters

pos (Optional)
Type: SystemInt32
The position.
length (Optional)
Type: SystemInt32
The length.

Return Value

Type: ListT
Items
See Also