Click or drag to resize

pipelineNodeBinTcontainer Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Task Subjects that are contained

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public ConcurrentBag<IPipelineTaskSubject> container { get; }

Property Value

Type: ConcurrentBagIPipelineTaskSubject
The contained.
See Also