System.JSON.Builders.TJSONCollectionBuilder.TPairs.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TBaseCollection.Create */ inline __fastcall TPairs(TJSONCollectionBuilder* const AOwner, const int ARootDepth) : TJSONCollectionBuilder::TBaseCollection(AOwner, ARootDepth) { }

Properties

Type Visibility Source Unit Parent
constructor public System.JSON.Builders.hpp System.JSON.Builders TPairs

Description

Creates an instance of TPairs.

See Also