Click or drag to resize

DimensionMapBaseentries Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Map entries of the DimensionMap. Do not

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
protected ConcurrentBag<DimensionMapEntry> entries { get; set; }

Property Value

Type: ConcurrentBagDimensionMapEntry
The entries.
See Also