IXamlType.IsCollection Property

Definition

Gets a value that indicates whether this IXamlType represents a collection.

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

Property Value

Boolean

bool

true if this IXamlType represents a collection; otherwise, false.

Applies to

See also