Click or drag to resize

TrackingTypeArchiverStore Method

Stores the specified value in the specified array. This method stores one value in the array for each element in Primitives, starting at startIndex.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract void Store(
	Object value,
	Object[] primitiveArray,
	int startIndex
)

Parameters

value
Type: SystemObject
The value to store in the array.
primitiveArray
Type: SystemObject
The array in which to store the primitives composing value.
startIndex
Type: SystemInt32
The first index at which to store the primitives composing value.
See Also