Click or drag to resize
TypeIsArray Property
Gets a value indicating whether the Type is an array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool IsArray { get; }

Return Value

Type: Boolean
true if the Type is an array; otherwise, false.
See Also