Click or drag to resize

textMapTSelect Method (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Selects the specified position.

Namespace:  imbNLP.PartOfSpeech.map
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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