IXamlType.IsDictionary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.