Mono Class Library: System.Type Overview | Members

System.Type.IsArrayImpl Method

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.

protected abstract bool IsArrayImpl ()

Returns

true if the Type is an array; otherwise, false.

Remarks

An instance of the Array class is required to return false because it is an object, not an array.
Operation
As described above.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0