System.JSON.TJSONPairEnumerator.Create
Delphi
constructor Create(const AList: TList<TJSONPair>);
C++
__fastcall TJSONPairEnumerator(System::Generics::Collections::TList__1<TJSONPair*>* const AList);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONPairEnumerator |
Description
Creates an instance of the TJSONPairEnumerator class.
Create creates an instance of the TJSONPairEnumerator class.
See Also