 | 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
Syntaxpublic 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:
ListtextMapContainerTContainers
See Also