com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..GetSerializables<(Of <(<'T>)>)> Method (Int32, array<T>[]()[][], Int32)

Populates an array of serializables retrieved from the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void GetSerializables<T>(

	int amount,

	T[] intoArray,

	int startIndex

)

where T : IEmbeddedMessageSerializable, IEmbeddedMessageSerializable, IEmbeddedMessageSerializable

Type Parameters

T

Parameters

amount
Type: Int32
The amount of serializables to retrieve.
intoArray
Type: array<T>[]()[][]
The array to populate.
startIndex
Type: Int32
The position at which to start populating the array.