Click or drag to resize

contentSentenceCollectionItem Property (contentSentenceFlag)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public List<IContentSentence> this[
	params contentSentenceFlag[] flag
] { get; }

Parameters

flag
Type: imbNLP.Data.enums.flagscontentSentenceFlag
The flag.

Property Value

Type: ListIContentSentence
The ListT.

Return Value

Type: ListIContentSentence
See Also