Gets a value indicating whether the Type is an array.
[Visual Basic] Public ReadOnly Property IsArray As Boolean [C#] public bool IsArray {get;} [C++] public: __property bool get_IsArray(); [JScript] public function get IsArray() : Boolean;
true if the Type is an array; otherwise, false.
An instance of the Array class will return false because it is an object, not an array.