Click or drag to resize

pipelineTokenCrossCategoryDictionaryAdd Method (IEnumerableType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the specified enum types.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void Add(
	IEnumerable<Type> enumTypes
)

Parameters

enumTypes
Type: System.Collections.GenericIEnumerableType
The enum types.
See Also