ArrayExtensions.IsValidArray(Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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