[]
The maximum array size to do element by element copying, larger arrays are copyied in a n optimized way.
public const int MAX_EL_COPYING = 8
Type | Description |
---|---|
int | The maximum array size to do element by element copying, larger arrays are copyied in a n optimized way. |