
C# | Visual Basic | Visual C++ |
public static class ArrayUtil<T>
Public NotInheritable Class ArrayUtil(Of T)
generic<typename T> public ref class ArrayUtil abstract sealed

- T

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | Clone(array<T>[]()[][]) |
Clones the array If elements cloneable, clones also the elements |
![]() ![]() | ContainsNullReference(array<T>[]()[][]) |
Returns true if array contains null reference
|
![]() ![]() | Equals(array<T>[]()[][], array<T>[]()[][]) |
Checks if two arrays are equal
|

Object | |
![]() | ArrayUtil<(Of <(<'T>)>)> |