IJsonArrayBuilder.AddArray

Syntax

AddArray(Value: Array): IJsonArrayBuilder;

AddArray(Value: Array): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;

Parameters

Value. Elements array.

Description

The AddArray method adds a values array to the JSON array to be created.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonArrayBuilder.Build method.

See also:

IJsonArrayBuilder