Table of Contents

JsonEnumValuesAttribute.Create Constructor

Creates the attribute with a comma- or semicolon-separated list of enum value names.

Syntax

Unit: Bcl.Json.Attributes

constructor JsonEnumValuesAttribute.Create(const AEnumValues: string);

Parameters

<-> Parameter Type Description
const AEnumValues string The enum value names, separated by commas or semicolons.

See also