get method

Implementation

MarshalledObject get(int i)
{
  return new MarshalledObject(_array[i]);
}