Click or drag to resize

OriginAnyParserAttachments Property

Gets the attachments. Consist of name/value pairs, but the name often seems to be empty.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public List<(string Name, string Value)> Attachments { get; }

Property Value

ListValueTupleString, String
See Also