Click or drag to resize

contentSentenceCollectionItem Property (contentSentenceFlag)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
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