Edit

Share via


IDataNode.IsMap Method

Definition

Is this node a map (dictionary) to other nodes?

public bool IsMap();
abstract member IsMap : unit -> bool
Public Function IsMap () As Boolean

Returns

true if a map, false otherwise.

Applies to