ArrayUtil Class |
Namespace: Nova.Utilities
public static class ArrayUtil
The ArrayUtil type exposes the following members.
Name | Description | |
---|---|---|
AddT |
Add the contents of the 2nd array to the 1st one.
If the 1st array is null, the 2nd array will be assigned to it.
| |
ContainsT |
Check if an array contains the specified item.
|