Click or drag to resize

ISIPrefixListContainsNonePrefixOnly Property

Gets a value indicating whether this list only contains the None prefix.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool ContainsNonePrefixOnly { get; }

Property Value

Boolean
true if this list contains only the None; otherwise, false.
See Also