Click or drag to resize

textMapTSelectContainer Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Selects the container.

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

Parameters

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

Return Value

Type: ListtextMapContainerT
Containers
See Also