public void ReinterpretStore (int destIndex, U data);

Parameters

destIndexIndex in the underlying array where the data is to be stored.
dataThe data to store.

Description

Reinterpret and store data starting at underlying index as a different type.