Exemplo n.º 1
0
 public override bool AreAllDefaultValue(T[] array, int startIndex, int length) =>
 ArrayUtil.AreAllZero <T>(array, startIndex, length);