Reads a hash table object with the specified name.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Dictionary<Object, Object> ReadHashtable ( |
Visual Basic Copy Code |
---|
Public Function ReadHashtable( _ |
The parent element of the node with the specified name.
A System.Collections.Generic.Dictionary object. Returns null (Nothing in Visual Basic) if there is no element with the specified name under the specified parent.