Click or drag to resize

SpectralPreprocessingOptionsDocNodeBase_proxyCache Field

Dictionary that contains the spectral preprocessor as key, and a proxy (`DataTableProxy`, or other proxies) as value.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Dictionary<ISingleSpectrumPreprocessor, IDocumentLeafNode> _proxyCache

Field Value

DictionaryISingleSpectrumPreprocessor, IDocumentLeafNode
See Also