Click or drag to resize

DimensionMapBaseentries Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Map entries of the DimensionMap. Do not

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

Property Value

Type: ConcurrentBagDimensionMapEntry
The entries.
See Also