Click or drag to resize

ProjectItemCollectionBaseTItem_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, TItem> _itemsByName

Field Value

SortedDictionaryString, TItem
See Also