System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TBaseCollection.Create */ inline __fastcall TParentCollection(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 TParentCollection

Description

Creates an instance of TParentCollection.

See Also