TypeName.IsArray Property

Definition

Gets a value that indicates whether this type represents any kind of array, regardless of the array's

rank or its bounds.

public:
 property bool IsArray { bool get(); };
public bool IsArray { get; }
member this.IsArray : bool
Public ReadOnly Property IsArray As Boolean

Property Value

Applies to