Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItem_itemsByName Field

Stores the project items by their unique names.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected SortedDictionary<string, TDictionaryItem> _itemsByName

Field Value

SortedDictionaryString, TDictionaryItem
See Also