When overridden in a derived class implements the Type.IsArray property returning a bool value that indicates whether the type represented by the current instance is an array.
true if the Type is an array; otherwise, false.
An instance of the Array class is required to return false because it is an object, not an array.Operation
As described above.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0