IXamlType.IsDictionary Property

Definition

Gets a value that indicates whether this IXamlType represents a dictionary/map.

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

Property Value

Boolean

bool

true if this IXamlType represents a dictionary/map; otherwise, false.

Applies to

See also