/// <summary>
 /// Allocate the array to be filled with seed data.
 /// </summary>
 public Array AllocateState()
 {
     return(source.AllocateState());
 }