FirstChild
Node.FirstChild property
Gets the first child of this node. If there is no such node, this returns null.
public Node FirstChild { get; }
See Also
- class Node
- namespace Aspose.Finance.Xbrl.Dom
- assembly Aspose.Finance
Gets the first child of this node. If there is no such node, this returns null.
public Node FirstChild { get; }