ConversionDefinitionItemAliases Property

Get a reference to the list of aliases by which this conversion might be known.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
[JsonPropertyAttribute(Order = 2)]
public List<string> Aliases { get; }

Property Value

ListString

See Also