Array |
public static class ArrayExtensions
The ArrayExtensions type exposes the following members.
Name | Description | |
---|---|---|
CloneDeepT | Clones the array deep, i.e. the elements will be cloned for the new array. | |
CloneDeepNullableT | Clones the array deep, i.e. the elements will be cloned for the new array. Here, elements which have a value of null are allowed. |