IXamlType.IsArray Property

Definition

Gets a value that indicates whether the IXamlType represents an array.

public:
 property bool IsArray { bool get(); };
bool IsArray();
public bool IsArray { get; }
var boolean = iXamlType.isArray;
Public ReadOnly Property IsArray As Boolean

Property Value

Boolean

bool

true if the IXamlType represents an array; otherwise, false.

Applies to

See also