My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PlayFab.Json.JsonArray Class Reference

Represents the json array. More...

Inheritance diagram for PlayFab.Json.JsonArray:

Public Member Functions

 JsonArray ()
 Initializes a new instance of the JsonArray class.
 
 JsonArray (int capacity)
 Initializes a new instance of the JsonArray class.
 
override string ToString ()
 The json representation of the array.
 

Detailed Description

Represents the json array.

Constructor & Destructor Documentation

◆ JsonArray()

PlayFab.Json.JsonArray.JsonArray ( int  capacity)
inline

Initializes a new instance of the JsonArray class.

Parameters
capacityThe capacity of the json array.

Member Function Documentation

◆ ToString()

override string PlayFab.Json.JsonArray.ToString ( )
inline

The json representation of the array.

Returns
The json representation of the array.

The documentation for this class was generated from the following file: