ArrayExtensions.IsValidArray(Array) Method

Definition

Checks whether the given array is not null and has at least one entry

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsValidArray(Array ^ array);
public static bool IsValidArray (this Array array);
static member IsValidArray : Array -> bool
<Extension()>
Public Function IsValidArray (array As Array) As Boolean

Parameters

array
Array

Returns

Applies to