EmbeddedMessage..::..Add Method (array<String>[]()[][], Boolean)
Adds a [string] array to the message.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedMessage Add( string[] array, bool includeLength )
Parameters
- array
- Type: array<String>[]()[][]
The array to add.
- includeLength
- Type: Boolean
Whether or not to include the length of the array in the message.