[C#]
int Append(TElJsonEntity Value);
int Append(TElJsonEntity Value);
int Append(double Value);
int Append(bool Value);
int Append(string Value);
int Append();
[VB.NET]
Function Append(ByVal Value As TElJsonEntity) As Integer
Function Append(ByVal Value As TElJsonEntity) As Integer
Function Append(ByVal Value As Double) As Integer
Function Append(ByVal Value As Boolean) As Integer
Function Append(ByVal Value As String) As Integer
Function Append() As Integer
[Java]
int append(boolean Value);
int append(TElJsonEntity Value);
int append(TElJsonEntity Value);
int append(String Value);
int append();
int append(double Value);
Parameters
Value - …
Return value
…
Description
Adds new item to the end of the array and returns its index.