IJsonArrayBuilder.AddArrayBuilder

Syntax

AddArrayBuilder(Value: IJsonArrayBuilder): IJsonArrayBuilder;

AddArrayBuilder(Value: Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;

Parameters

Value. Created array.

Description

The AddArrayBuilder method adds elements from another JSON array to the current created JSON array.

Fore and Fore.NET Examples

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

See also:

IJsonArrayBuilder