public void Extend(long newLength) { var value = Default.OfType <T>(); Extend(() => value, Convert.ToInt32(newLength - Length)); }